mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
docs: minor manual style fix
- Make sure the warning and note boxes are tall enough to fit the icon. - Add styling of the h4 element.
This commit is contained in:
parent
e4b032ba51
commit
3156a1c419
2 changed files with 12 additions and 2 deletions
2
docs/static/style.css
vendored
2
docs/static/style.css
vendored
File diff suppressed because one or more lines are too long
12
docs/static/style.scss
vendored
12
docs/static/style.scss
vendored
|
|
@ -79,7 +79,7 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
h1, h2, h3, h4 {
|
||||
color: var(--nmd-color0);
|
||||
font-family: "Lato", sans-serif;
|
||||
font-weight: 300;
|
||||
|
|
@ -108,6 +108,12 @@ h3 {
|
|||
margin: 0.5rem 0.25rem;
|
||||
}
|
||||
|
||||
|
||||
h4 {
|
||||
font-weight: 400;
|
||||
margin: 0.5rem 0.25rem;
|
||||
}
|
||||
|
||||
p {
|
||||
@include margined;
|
||||
}
|
||||
|
|
@ -264,6 +270,10 @@ div.note, div.warning {
|
|||
h3 + p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
min-height: 42px;
|
||||
}
|
||||
}
|
||||
|
||||
div.note {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue