refactor(css): use variable rather direct color

This commit is contained in:
Edouard Vanbelle
2026-04-14 11:54:18 +02:00
parent 08884f3b6d
commit d01b2c6ec4
8 changed files with 163 additions and 259 deletions
+1 -1
View File
@@ -56,5 +56,5 @@
}
.danger:hover {
background-color: var(--color-danger-hover);
background-color: var(--color-danger-bg-hover);
}