refactor(css): use 1 global declaration for scrollbar

This commit is contained in:
Edouard Vanbelle
2026-04-13 11:04:13 +02:00
parent ce207ebad1
commit 4dff552299
7 changed files with 18 additions and 99 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
}
.toggle-btn.active {
background-color: var(--color-bg-surface);
background-color: var(--color-border);
color: var(--color-accent);
box-shadow: 0 1px 3px var(--color-shadow);
}