1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36: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:
Robert Helgesson 2025-07-27 09:01:30 +02:00
parent e4b032ba51
commit 3156a1c419
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
2 changed files with 12 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -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 {