From 5a3cfa1e2123fabcf93793b56ca1ec7720612efb Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 12 Jan 2023 14:50:26 +0000 Subject: [PATCH] Update fallback header colour to look less garish --- style/new_style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index d99dc68..1171de2 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -68,11 +68,11 @@ body { @media(min-width:1025px){#home{background-image:url("/images/headers/index/1920.webp")}} @media(min-width:1921px){#home{background-image:url("/images/headers/index/2800.webp")}} @media(min-width:2801px){#home{background-image:url("/images/headers/index/4096.webp")}} -#contact{background-color: blue} -#keys{background-color: blue} -#projects{background-color: blue} -#email-safety{background-color: blue} -#about{background-color: blue} +#contact{background-color: #a04911} +#keys{background-color: #a04911} +#projects{background-color: #a04911} +#email-safety{background-color: #a04911} +#about{background-color: #a04911} #header_face { display: flex; position: absolute;