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

@ -78,7 +78,7 @@
background: var(--button);
box-shadow:
var(--button-box-shadow),
0 0 10px 10px var(--button-stroke);
0 0 10px 10px var(--popover-glow);
position: relative;
padding: 12px;