diff --git a/css/theme/source/white.scss b/css/theme/source/white.scss
index 3b306cae9e8c1e7e3c5faada90f316208272f6bc..52a156e2ae07d5d48fb81e978b37f741b062f3a6 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;
 	}
 }
 
diff --git a/css/theme/white.css b/css/theme/white.css
index c2dd565b45cb545dd1bc09b7f0872548890907e2..e1d78c8c0dc5ccfdc5d88fa1a106782f6fa35ec7 100644
--- a/css/theme/white.css
+++ b/css/theme/white.css
@@ -5,8 +5,8 @@
  *
  * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
  */
-section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
-  color: #222; }
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
+  color: #fff; }
 
 /*********************************************
  * GLOBAL STYLES