Add default color class for features page

This commit is contained in:
kolaente 2019-12-25 14:43:44 +01:00
parent cea0e2c267
commit 5788947b3b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ h1, h2, h3, h4, h5, h6 {
border: none; border: none;
} }
h1,h2,h3,&{ .is-white {
&:not(.is-default-color) { h1, h2, h3, & {
color: #fff; color: #fff;
} }
} }