Add CSS variables for light hover background

This commit is contained in:
2026-05-22 21:13:05 +02:00
parent 1300ab46a0
commit c50fe25d04
3 changed files with 9 additions and 3 deletions
@@ -100,7 +100,7 @@ const open = function () {
}
.language-button:hover {
background-color: var(--light-d-1);
background-color: var(--light-hover);
}
.chevron {
@@ -138,7 +138,7 @@ const open = function () {
}
.language-dropdown li:hover {
background-color: var(--light-d-1);
background-color: var(--light-hover);
}
.language-dropdown li.active {