From b02df43bea1f64addd815c698c5ff36ecde175f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 3 Feb 2022 00:28:24 +0100 Subject: [PATCH] Header: bg color to beige --- scss/_params.scss | 2 +- scss/style.scss | 2 +- static/css/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_params.scss b/scss/_params.scss index 01c9c9b..c51cae4 100644 --- a/scss/_params.scss +++ b/scss/_params.scss @@ -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; diff --git a/scss/style.scss b/scss/style.scss index 699f126..06f41d0 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -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; diff --git a/static/css/style.css b/static/css/style.css index 09bfa84..31909c0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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;