Complete redesign, wow!
This commit is contained in:
parent
a2b9bc7422
commit
49049eadb3
37 changed files with 1363 additions and 485 deletions
14
sass/css/_consts.scss
Normal file
14
sass/css/_consts.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
$main_color: #ff8900;
|
||||
$main_color_shade: #ad5d00;
|
||||
$second_color: #2b0f46;
|
||||
|
||||
$header_text_color: #fff;
|
||||
$header_bg: $second_color;
|
||||
$header_content_border: $main_color;
|
||||
|
||||
$page_text_color: #000;
|
||||
$page_bg: #dddddd;
|
||||
|
||||
$footer_text_color: #fff;
|
||||
$footer_bg: $second_color;
|
||||
$footer_link_color: $main_color;
|
||||
Loading…
Add table
Add a link
Reference in a new issue