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
@@ -65,6 +65,6 @@ const getTooltipTranslation = function (colorScheme) {
}
.color-scheme-button:hover {
background: var(--light-d-2);
background: var(--light-hover);
}
</style>