diff options
author | Hakim El Hattab | 2014-12-10 18:18:57 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-12-10 18:19:04 +0100 |
commit | 05403bcf16e44863e97af776cc566e75f570eef7 (patch) | |
tree | 3f7688e1cf48f78e334aaa1cbc5f5e66a6f94c17 /css/theme/source | |
parent | ad9e93eae5850b7cd8513b4040e0b1b144a2f275 (diff) |
first revision of new default theme #1018
Diffstat (limited to 'css/theme/source')
-rw-r--r-- | css/theme/source/black.scss | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss index 6c1e271..c73ca87 100644 --- a/css/theme/source/black.scss +++ b/css/theme/source/black.scss @@ -17,7 +17,7 @@ // Override theme settings (see ../template/settings.scss) -$backgroundColor: #111; +$backgroundColor: #222; $mainColor: #fff; $headingColor: #fff; @@ -32,11 +32,16 @@ $linkColor: #3992fb; $linkColorHover: lighten( $linkColor, 15% ); $selectionBackgroundColor: lighten( $linkColor, 25% ); -$heading1Size: 2.8em; -$heading2Size: 1.8em; -$heading3Size: 1.5em; +$heading1Size: 2.5em; +$heading2Size: 1.6em; +$heading3Size: 1.3em; $heading4Size: 1.0em; +section.has-light-background { + &, h1, h2, h3, h4, h5, h6 { + color: #222; + } +} // Theme template ------------------------------ |