Update fallback header colour to look less garish

This commit is contained in:
Fred Boniface 2023-01-12 14:50:26 +00:00
parent 7ff3e91a3e
commit 5a3cfa1e21
1 changed files with 5 additions and 5 deletions

View File

@ -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;