aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/sky.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/sky.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/sky.scss')
-rw-r--r--css/theme/source/sky.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/theme/source/sky.scss b/css/theme/source/sky.scss
index 3fee67c..c83b9c0 100644
--- a/css/theme/source/sky.scss
+++ b/css/theme/source/sky.scss
@@ -39,6 +39,9 @@ $selectionBackgroundColor: #134674;
@include radial-gradient( #add9e4, #f7fbfc );
}
+// Change text colors against dark slide backgrounds
+@include dark-bg-text-color(#fff);
+
// Theme template ------------------------------