mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-26 17:46:06 +00:00
web/SupportedServices: better glow in dark mode
This commit is contained in:
parent
b44410e93b
commit
89f197375c
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue