mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
Fix up inline-code-sample CSS
This commit is contained in:
parent
32c7f10c5b
commit
23ac44cf7e
1 changed files with 5 additions and 4 deletions
|
|
@ -62,7 +62,12 @@ pre {
|
|||
}
|
||||
.md-typeset code, .md-typeset kbd, .md-typeset pre {
|
||||
color: #000000;
|
||||
/*background-color: #e0e0e0;*/
|
||||
background-color: #eae2cb;
|
||||
/*background-color: #c5b690;*/
|
||||
font-size: 12px;
|
||||
direction: ltr;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
pre.pre-highlight-in-pair {
|
||||
|
|
@ -177,10 +182,6 @@ nav a:hover {
|
|||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
/* Rounded corners for inline code snippets */
|
||||
code {
|
||||
border-radius: 3px;
|
||||
}
|
||||
/* Rounded corners for screenshots/images */
|
||||
img {
|
||||
border-radius: 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue