aboutsummaryrefslogtreecommitdiff
path: root/css/theme/white.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-12-18 18:17:31 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-12-18 18:17:31 +0100
commit3b1e1a04b87194b240dc44943202a28eccd54139 (patch)
tree1b15014805ba41e0614d5c43c5d433837923dcf6 /css/theme/white.css
parent1bc1dd12e6671a811abba0397fc7402b7bac07ef (diff)
downloadperl-software-in-gnu-guix-3b1e1a04b87194b240dc44943202a28eccd54139.tar
perl-software-in-gnu-guix-3b1e1a04b87194b240dc44943202a28eccd54139.tar.gz
white theme inverts text color against dark bg
Diffstat (limited to 'css/theme/white.css')
-rw-r--r--css/theme/white.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/white.css b/css/theme/white.css
index c2dd565..e1d78c8 100644
--- a/css/theme/white.css
+++ b/css/theme/white.css
@@ -5,8 +5,8 @@
*
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
*/
-section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
- color: #222; }
+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