aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/black.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/source/black.scss')
-rw-r--r--css/theme/source/black.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss
index 45d2678..ba72335 100644
--- a/css/theme/source/black.scss
+++ b/css/theme/source/black.scss
@@ -37,11 +37,8 @@ $heading2Size: 1.6em;
$heading3Size: 1.3em;
$heading4Size: 1.0em;
-section.has-light-background {
- &, h1, h2, h3, h4, h5, h6 {
- color: #222;
- }
-}
+// Change text colors against light slide backgrounds
+@include light-bg-text-color(#222);
// Theme template ------------------------------