white theme inverts text color against dark bg
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user