aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/simple.scss
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.im>2016-03-24 16:23:12 +0100
committerVincent Bernat <Vincent.Bernat@exoscale.ch>2016-03-24 16:25:01 +0100
commita9566dfbd48741b4566b4bdbe07c1222dd48771f (patch)
tree91cd8ae645f5bce600efddc6241a0c7ae369612f /css/theme/source/simple.scss
parent00b9c2b929dd46303696326c9b4bcbf3362578ac (diff)
downloadfreenode-live-2017-presentation-a9566dfbd48741b4566b4bdbe07c1222dd48771f.tar
freenode-live-2017-presentation-a9566dfbd48741b4566b4bdbe07c1222dd48771f.tar.gz
make theme "simple" use white titles on dark backgrounds
This is similar to what is done in the "white" theme.
Diffstat (limited to 'css/theme/source/simple.scss')
-rw-r--r--css/theme/source/simple.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/theme/source/simple.scss b/css/theme/source/simple.scss
index 84c7d9b..394c9cd 100644
--- a/css/theme/source/simple.scss
+++ b/css/theme/source/simple.scss
@@ -31,6 +31,11 @@ $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;
+ }
+}
// Theme template ------------------------------