Header: bg color to beige
This commit is contained in:
parent
d8f5c6b6e3
commit
b02df43bea
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
$bg_color: white;
|
$bg_color: white;
|
||||||
$link_color: #07a;
|
$link_color: #07a;
|
||||||
$fg_color: #555;
|
$fg_color: #555;
|
||||||
$head_bg_color: #060033;
|
$head_bg_color: #b9a58d;
|
||||||
|
|
||||||
$width_xlarge: 1250px;
|
$width_xlarge: 1250px;
|
||||||
$width_large: 1000px;
|
$width_large: 1000px;
|
||||||
|
|
|
@ -61,7 +61,7 @@ body {
|
||||||
&.headerbar {
|
&.headerbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
background-color: black;
|
background-color: $head_bg_color;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
transition: none .224s ease-in-out;
|
transition: none .224s ease-in-out;
|
||||||
|
|
|
@ -47,7 +47,7 @@ body {
|
||||||
#head.headerbar {
|
#head.headerbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
background-color: black;
|
background-color: #b9a58d;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
transition: none .224s ease-in-out;
|
transition: none .224s ease-in-out;
|
||||||
|
|
Loading…
Reference in a new issue