page colors

This commit is contained in:
Lyn Fugmann 2024-09-24 16:45:36 +02:00
parent 8153caea03
commit 06e0e016ba
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,7 @@ header {
min-height: 9rem;
padding: 2rem 0;
backdrop-filter: blur(5px);
background-color: rgba(255,255,255,.92);
background-color: var(--color-background-header);
box-shadow: 0 3px 15px hsla(0,0%,39.2%,.12);
}