Tweak <hr> so it looks good in dark mode

This commit is contained in:
Eryn Wells 2024-11-19 20:53:28 -08:00
parent ce19ae0bbb
commit b7ae6211ce
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ h1, h2, h3, h4, h5, h6 {
}
hr {
margin-block: var(--space-m);
margin-block: var(--space-l);
}
:is(dl, p, ol, ul) + :is(dl, p, ol, ul) {