mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Add colored border to inline code
Makes it stand out just a teensy bit more. It's the same border we use for code *blocks*
This commit is contained in:
parent
f5848135e3
commit
82445e3e6d
1 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,7 @@ div.body hr {
|
|||
height: 1px;
|
||||
}
|
||||
|
||||
div.body pre {
|
||||
div.body pre, code {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ac9;
|
||||
}
|
||||
|
@ -270,7 +270,7 @@ pre, div[class*="highlight-"] {
|
|||
clear: unset;
|
||||
}
|
||||
|
||||
div.body tt, div.body code {
|
||||
div.body tt {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
@ -471,7 +471,7 @@ div.body .internal.reference:link {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
div.body pre {
|
||||
div.body pre, code {
|
||||
border: 1px solid #536;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue