refactor(css): remove use generic colors for language-selector + correct item selection color

This commit is contained in:
Edouard Vanbelle
2026-04-13 10:17:12 +02:00
parent 9e632e147a
commit 413832d1a2
3 changed files with 4 additions and 41 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
}
.language-option:hover {
background-color: var(--color-bg-alt);
background-color: var(--color-bg-hover);
}
.language-option.active {