aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/black.scss
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-06-05 10:02:49 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-06-05 10:03:07 +0200
commit166af89353cacb7198d23a52b3bda77be6715133 (patch)
tree93f7f7e8e5f78c01c42a84ca2e5ae54d0e2475d0 /css/theme/source/black.scss
parentac79c7cd8bd937b1a9e70332b54d73df98814194 (diff)
downloadfosdem-2021-minimalism-presentation-166af89353cacb7198d23a52b3bda77be6715133.tar
fosdem-2021-minimalism-presentation-166af89353cacb7198d23a52b3bda77be6715133.tar.gz
all themes now have contrasting text colors based on slide bg
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 ------------------------------