mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-02 19:21:15 -03: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:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user