aboutsummaryrefslogtreecommitdiff
path: root/dist/theme/serif.css
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 /dist/theme/serif.css
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 'dist/theme/serif.css')
-rw-r--r--dist/theme/serif.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/theme/serif.css b/dist/theme/serif.css
index 983a73c..e293916 100644
--- a/dist/theme/serif.css
+++ b/dist/theme/serif.css
@@ -7,6 +7,9 @@
.reveal a {
line-height: 1.3em; }
+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
*********************************************/