23 lines
331 B
SCSS
23 lines
331 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-regular", arial;
|
|
$accent_font: "lato-regular", arial;
|