fix: css header border on characters page

This commit is contained in:
Nycki 2024-12-26 19:19:10 -08:00
parent 63096f5237
commit fee5eb133a
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ layout: layouts/base.njk
---
{% css %}
h2 {
h2 ~ h2 {
border: none;
padding-top: 20px;
border-top: 12px double var(--xkcd-magenta);

View file

@ -195,7 +195,7 @@ a[href].header-anchor:focus,
color: #aaa;
}
h1:not(:has(+h2)) {
h1 {
padding-bottom: 20px;
border-bottom: 12px double var(--xkcd-magenta);
}