white theme inverts text color against dark bg

This commit is contained in:
Hakim El Hattab
2014-12-18 18:17:31 +01:00
parent 1bc1dd12e6
commit 3b1e1a04b8
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}