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

@@ -1,5 +1,11 @@
button {
color: #373b44;
color: var(--text);
transition: var(--transition);
&:hover {
color: var(--primary-active);
}
@media screen and (max-width: 860px) {
font-size: 30px;
}