hamburger dropdown: match theme background colour

This commit is contained in:
ari melody 2025-05-21 15:49:21 +01:00
parent 35e149e186
commit 30c4252e40
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -154,7 +154,7 @@ header ul li a:hover {
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 1rem;
border-bottom: 1px solid #888; border-bottom: 1px solid #888;
background: #080808; background: var(--background);
display: none; display: none;
} }