discord: minor adjustment to get more contrast when selected.

This commit is contained in:
Lemmy
2026-01-16 14:44:24 -05:00
parent 2b9d8d9418
commit 24832354ee
+2 -2
View File
@@ -89,8 +89,8 @@ body {
--bg-3: {{colors.surface_container.default.hex}}; /* spacing, secondary elements */
--bg-4: {{colors.surface.default.hex}}; /* main background color */
--hover: {{colors.on_surface.default.hex}}15; /* channels and buttons when hovered */
--active: {{colors.surface_container_highest.default.hex}}40; /* channels and buttons when clicked or selected */
--active-2: {{colors.surface.default.hex}}30; /* extra state for transparent buttons */
--active: {{colors.surface_container_highest.default.hex}}; /* channels and buttons when clicked or selected */
--active-2: {{colors.surface.default.hex}}; /* extra state for transparent buttons */
--message-hover: {{colors.surface_variant.default.hex}}40; /* messages when hovered */
/* accent colors */