2017-08-18 23:35:03 +00:00
|
|
|
@import "functions";
|
|
|
|
@import "variables";
|
|
|
|
@import "mixins";
|
|
|
|
|
2016-04-10 20:42:23 +00:00
|
|
|
$color_font: #000;
|
|
|
|
$color_bg: #fff;
|
|
|
|
$color_base: #1779ff;
|
2016-05-31 11:56:25 +00:00
|
|
|
$color_accent: #2dac01;
|
2016-04-10 20:42:23 +00:00
|
|
|
|
|
|
|
$link_color: $color_accent;
|
|
|
|
$link_active: darken($color_accent, 10%);
|
2016-04-27 19:52:55 +00:00
|
|
|
$link_visited: lighten($color_font, 60%);
|
2016-04-10 20:42:23 +00:00
|
|
|
|
2016-10-15 16:55:48 +00:00
|
|
|
$col_xxs_bp: 575px;
|
2016-04-05 16:38:00 +00:00
|
|
|
|
|
|
|
$nav_fgColor: #fff;
|
2016-04-10 20:42:23 +00:00
|
|
|
|
|
|
|
$footer_color_bg: #bebebe;
|
|
|
|
|
|
|
|
|
|
|
|
$color_bg_inv: #424242;
|
|
|
|
$color_font_inv: #fff;
|
|
|
|
$link_color_inv: lighten($color_accent, 5%);
|
|
|
|
$link_active_inv: lighten($color_accent, 15%);
|
2016-04-27 19:52:55 +00:00
|
|
|
$link_visited_inv: darken($color_font_inv, 20%);
|