color palette rework

This commit is contained in:
2026-03-09 16:47:08 +01:00
parent 0b831e45d5
commit 0c2157bd0a
8 changed files with 78 additions and 30 deletions

View File

@@ -8,12 +8,12 @@ nav {
left: 0;
right: 0;
height: 50px;
background: #222b;
color: #fff;
background: var(--navigation-background);
color: var(--text-inverse);
z-index: 1;
box-shadow: 0px -5px 20px 4px rgba(0, 0, 0, 0.39), 1px 0px 6px 4px rgba(0, 0, 0, 0.53);
backdrop-filter: blur(10px);
transition: all 300ms ease-in-out;
transition: var(--transition);
display: flex;
align-items: flex-end;