fix: css header border on characters page
This commit is contained in:
parent
63096f5237
commit
fee5eb133a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ layout: layouts/base.njk
|
||||||
---
|
---
|
||||||
{% css %}
|
{% css %}
|
||||||
|
|
||||||
h2 {
|
h2 ~ h2 {
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
border-top: 12px double var(--xkcd-magenta);
|
border-top: 12px double var(--xkcd-magenta);
|
||||||
|
|
|
@ -195,7 +195,7 @@ a[href].header-anchor:focus,
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:not(:has(+h2)) {
|
h1 {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
border-bottom: 12px double var(--xkcd-magenta);
|
border-bottom: 12px double var(--xkcd-magenta);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue