Fix chapter headings not adhering to color setting

This commit is contained in:
Tetrakern 2024-10-14 23:14:44 +02:00
parent 3d516e598b
commit e261a2a2f0
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,9 @@
.chapter-font-color { .chapter-font-color {
color: var(--text-chapter); color: var(--text-chapter);
:is(h1, h2, h3, h4, h5, h6) {
color: var(--text-chapter);
}
} }
.chapter { .chapter {