summaryrefslogtreecommitdiffhomepage
path: root/css/theme/simple.css
diff options
context:
space:
mode:
authorVincent Bernat2016-03-24 16:23:12 +0100
committerVincent Bernat2016-03-24 16:25:01 +0100
commita9566dfbd48741b4566b4bdbe07c1222dd48771f (patch)
tree91cd8ae645f5bce600efddc6241a0c7ae369612f /css/theme/simple.css
parent00b9c2b929dd46303696326c9b4bcbf3362578ac (diff)
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/simple.css')
-rw-r--r--css/theme/simple.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css
index b17fa5c..8b48be1 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -7,6 +7,9 @@
*/
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
+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
*********************************************/