24 lines
365 B
SCSS
24 lines
365 B
SCSS
/*
|
|
any variables and settings should be defined here,
|
|
like colors for instance
|
|
*/
|
|
|
|
$bg_color: #fff;
|
|
$main_color: #000;
|
|
|
|
$header_bgcolor: #fff;
|
|
$header_color: #000;
|
|
|
|
$dark: #262626;
|
|
$grey: #575757;
|
|
|
|
$offwhite: #F7F7F7;
|
|
|
|
/*rusty*/
|
|
$accent_color: #FF9A00;
|
|
|
|
|
|
$main_font: "lato-bold", arial;
|
|
$accent_font: "bosun03", arial;
|
|
$code_font: "inconsolatamedium", Courier;
|