Header: bg color to beige

This commit is contained in:
Théophile Bastian 2022-02-03 00:28:24 +01:00
parent d8f5c6b6e3
commit b02df43bea
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
$bg_color: white;
$link_color: #07a;
$fg_color: #555;
$head_bg_color: #060033;
$head_bg_color: #b9a58d;
$width_xlarge: 1250px;
$width_large: 1000px;

View File

@ -61,7 +61,7 @@ body {
&.headerbar {
position: fixed;
top: 0px;
background-color: black;
background-color: $head_bg_color;
height: 75px;
font-size: 45px;
transition: none .224s ease-in-out;

View File

@ -47,7 +47,7 @@ body {
#head.headerbar {
position: fixed;
top: 0px;
background-color: black;
background-color: #b9a58d;
height: 75px;
font-size: 45px;
transition: none .224s ease-in-out;