web/SupportedServices: better glow in dark mode

This commit is contained in:
wukko
2024-12-14 12:42:38 +06:00
parent b44410e93b
commit 89f197375c
2 changed files with 5 additions and 1 deletions

View File

@@ -123,6 +123,8 @@
--button-elevated-hover: #dadada;
--button-elevated-shimmer: #ededed;
--popover-glow: var(--button-stroke);
--popup-bg: #f1f1f1;
--popup-stroke: rgba(0, 0, 0, 0.08);
@@ -198,6 +200,8 @@
--button-elevated: #282828;
--button-elevated-hover: #323232;
--popover-glow: rgba(135, 135, 135, 0.15);
--popup-bg: #191919;
--popup-stroke: rgba(255, 255, 255, 0.08);