755e4a4700
Fonts, variables and mixins are now all in their own stylesheets
6 lines
119 B
SCSS
6 lines
119 B
SCSS
/** Colors **/
|
|
$link_color: #3A89A3;
|
|
$blue_link: #2FA0BB;
|
|
$style_color: #474D57;
|
|
$hover: #D9EDF7;
|
|
$hover_border: #ADF;
|