From 5788947b3b2be17bfd13e6cda47b7c5b49c09fb9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 25 Dec 2019 14:43:44 +0100 Subject: [PATCH] Add default color class for features page --- src/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.scss b/src/main.scss index f1096ee..4149ded 100644 --- a/src/main.scss +++ b/src/main.scss @@ -234,8 +234,8 @@ h1, h2, h3, h4, h5, h6 { border: none; } - h1,h2,h3,&{ - &:not(.is-default-color) { + .is-white { + h1, h2, h3, & { color: #fff; } }