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

@@ -10,10 +10,11 @@
}
cursor: pointer;
transition: var(--transition);
&:hover {
background: var(--primary-color);
color: #fff;
background: var(--hover-background);
color: var(--text);
}
}