web/layout: adjust opacity of popover glow in dark mode
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko 2024-12-15 00:24:54 +06:00
parent 689d7b4846
commit d8cfb78047
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -200,7 +200,7 @@
--button-elevated: #282828;
--button-elevated-hover: #323232;
--popover-glow: rgba(135, 135, 135, 0.15);
--popover-glow: rgba(135, 135, 135, 0.12);
--popup-bg: #191919;
--popup-stroke: rgba(255, 255, 255, 0.08);