improve some elements for dark mode (#609)

This commit is contained in:
slothful-vassal
2025-10-04 14:38:27 +02:00
committed by GitHub
parent d65d812d4d
commit 03ef547a75
5 changed files with 11 additions and 2 deletions

View File

@@ -24,6 +24,8 @@
--input-border-focus: 148, 163, 184;
--input-ring: 148, 163, 184;
--toggle-active: 75, 85, 99;
--menu-background: 30, 32, 40;
--menu-item-background-hover: 55, 65, 81;
--menu-item-background-focus: 75, 85, 99;
@@ -52,6 +54,8 @@
--input-border-focus: 36, 39, 52;
--input-ring: 148, 163, 184;
--toggle-active: 36, 39, 52;
--menu-background: 255, 255, 255;
--menu-item-background-hover: 243, 244, 246;
--menu-item-background-focus: 229, 231, 235;