aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/source')
-rw-r--r--css/theme/source/white.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/source/white.scss b/css/theme/source/white.scss
index 3b306ca..52a156e 100644
--- a/css/theme/source/white.scss
+++ b/css/theme/source/white.scss
@@ -37,9 +37,9 @@ $heading2Size: 1.6em;
$heading3Size: 1.3em;
$heading4Size: 1.0em;
-section.has-light-background {
+section.has-dark-background {
&, h1, h2, h3, h4, h5, h6 {
- color: #222;
+ color: #fff;
}
}