added header gradient, improved horizontal line

This commit is contained in:
ben7sys
2024-11-17 10:05:51 +01:00
parent 172b2d0784
commit 9fd7195c2d
3 changed files with 15 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ header {
padding: 0.5rem 0.8rem;
border-radius: var(--border-radius);
position: relative;
background-color: rgba(var(--bg-hover-rgb), 0.4);
background-color: rgba(var(--bg-hover-nav), 0.4);
letter-spacing: 0.3px;
}