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:
Fabian Homborg 2021-11-12 18:19:55 +01:00
parent 02553d8fa6
commit 9a9cd5172d

View File

@ -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%);