first revision of new default theme #1018
This commit is contained in:
parent
ad9e93eae5
commit
05403bcf16
4 changed files with 34 additions and 28 deletions
|
@ -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 ------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue