[SITE] add favicons + small change to accent color
This commit is contained in:
parent
3bb2f62d5f
commit
88b6033520
36 changed files with 485 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
$color_font: #000;
|
||||
$color_bg: #fff;
|
||||
$color_base: #1779ff;
|
||||
$color_accent: #2da301;
|
||||
$color_accent: #2dac01;
|
||||
|
||||
$link_color: $color_accent;
|
||||
$link_active: darken($color_accent, 10%);
|
||||
|
|
|
@ -14,7 +14,7 @@ main {
|
|||
font-family: 'Boon-Logo', "Verdana", "Arial", sans-serif;
|
||||
font-size: 24.5px;
|
||||
line-height: 1.2em;
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
|
||||
width: 11em; // more than needed, because of fallback fonts
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue