make theme "simple" use white titles on dark backgrounds

This is similar to what is done in the "white" theme.
This commit is contained in:
Vincent Bernat
2016-03-24 16:23:12 +01:00
committed by Vincent Bernat
parent 00b9c2b929
commit a9566dfbd4
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,11 @@ $linkColor: #00008B;
$linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: rgba(0, 0, 0, 0.99);
section.has-dark-background {
&, h1, h2, h3, h4, h5, h6 {
color: #fff;
}
}
// Theme template ------------------------------