mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
docs: Darker border color for dark mode code blocks
This commit is contained in:
parent
e2edc5f899
commit
b487f8b662
|
@ -467,6 +467,10 @@ div.body .internal.reference:link {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
div.body pre {
|
||||
border: 1px solid #536;
|
||||
}
|
||||
|
||||
.footnote, .footnote-reference {
|
||||
background-color: #101020;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user