aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/simple.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/source/simple.scss')
-rw-r--r--css/theme/source/simple.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/css/theme/source/simple.scss b/css/theme/source/simple.scss
index 394c9cd..faf245f 100644
--- a/css/theme/source/simple.scss
+++ b/css/theme/source/simple.scss
@@ -31,11 +31,8 @@ $linkColor: #00008B;
$linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: rgba(0, 0, 0, 0.99);
-section.has-dark-background {
- &, h1, h2, h3, h4, h5, h6 {
- color: #fff;
- }
-}
+// Change text colors against dark slide backgrounds
+@include dark-bg-text-color(#fff);
// Theme template ------------------------------