WIP: big redesign #15

Manually merged
anton merged 40 commits from feat/refactor into main 2025-03-19 16:39:29 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9a6adaf9c3 - Show all commits

View File

@ -714,7 +714,7 @@ hr {
.mega-inverted.button:hover {
transform: translateY(0px);
background: var(--light-purple);
background: var(--mega-color);
color: var(--base-color);
}
@ -728,7 +728,7 @@ hr {
}
.mega.button:hover {
background: var(--light-purple);
background: var(--mega-color);
color: var(--base-color);
}