Add default color class for features page

This commit is contained in:
kolaente 2019-12-25 14:40:38 +01:00
parent f2bdee2f9c
commit cea0e2c267
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -235,7 +235,9 @@ h1, h2, h3, h4, h5, h6 {
}
h1,h2,h3,&{
color: #fff;
&:not(.is-default-color) {
color: #fff;
}
}
a{