mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
docs: Don't make envvar names so large and in a different font
They're still bold, so still quite noticeable. But not *IN YOUR FACE*.
This commit is contained in:
parent
02553d8fa6
commit
9a9cd5172d
|
@ -212,7 +212,7 @@ tr, code, pre {
|
|||
background-color: inherit;
|
||||
}
|
||||
|
||||
tt, code, pre, dl > dt span ~ em, #synopsis p, dl.envvar .pre, dl.describe .pre {
|
||||
tt, code, pre, dl > dt span ~ em, #synopsis p {
|
||||
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco, "Lucida Console", monospace, fixed;
|
||||
}
|
||||
|
||||
|
@ -385,6 +385,14 @@ kbd {
|
|||
font-size: 90%;
|
||||
}
|
||||
|
||||
.sig-name {
|
||||
font-size: unset;
|
||||
}
|
||||
|
||||
.sig, dl.envvar {
|
||||
font-family: unset;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: linear-gradient(to top, #1f1f3f 0%,#051f3a 100%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user