diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-18 18:17:31 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-18 18:17:31 +0100 |
commit | 3b1e1a04b87194b240dc44943202a28eccd54139 (patch) | |
tree | 1b15014805ba41e0614d5c43c5d433837923dcf6 /css/theme/source | |
parent | 1bc1dd12e6671a811abba0397fc7402b7bac07ef (diff) | |
download | perl-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/source')
-rw-r--r-- | css/theme/source/white.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/source/white.scss b/css/theme/source/white.scss index 3b306ca..52a156e 100644 --- a/css/theme/source/white.scss +++ b/css/theme/source/white.scss @@ -37,9 +37,9 @@ $heading2Size: 1.6em; $heading3Size: 1.3em; $heading4Size: 1.0em; -section.has-light-background { +section.has-dark-background { &, h1, h2, h3, h4, h5, h6 { - color: #222; + color: #fff; } } |