mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
web/layout: adjust opacity of popover glow in dark mode
This commit is contained in:
parent
689d7b4846
commit
d8cfb78047
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue