Complete redesign, wow!

This commit is contained in:
Pascal Engélibert 2024-12-26 13:37:14 +01:00
commit 49049eadb3
37 changed files with 1363 additions and 485 deletions

14
sass/css/_consts.scss Normal file
View 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;