Apply custom heading color only to light header style
This commit is contained in:
parent
c378e9a9c9
commit
c4f2d74d80
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1189,7 +1189,7 @@ except for when immediately preceeded by a heading */
|
|||
font-family: var(--font-sans);
|
||||
}
|
||||
|
||||
.kg-header-card h2.kg-header-card-header {
|
||||
.kg-header-card.kg-style-light h2.kg-header-card-header {
|
||||
color: color-mod(var(--color-darkgrey) l(-5%));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue