1
0
Fork 0

[SITE] add favicons + small change to accent color

This commit is contained in:
Jannik Beyerstedt 2016-05-31 13:56:25 +02:00
parent 3bb2f62d5f
commit 88b6033520
36 changed files with 485 additions and 10 deletions

View file

@ -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%);

View file

@ -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;