mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
doc: improve the look of terms in definition lists (#313891)
This commit is contained in:
parent
29b422bde4
commit
1ee0e2dcfe
1 changed files with 5 additions and 0 deletions
|
@ -431,6 +431,11 @@ div.appendix .informaltable td {
|
|||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
div.book .variablelist .term,
|
||||
div.appendix .variablelist .term {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/*
|
||||
This relies on highlight.js applying certain classes on the prompts.
|
||||
For more details, see https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#stylable-scopes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue