mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 14:11:14 -03: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user