make elevation look cleaner

This commit is contained in:
hippoz 2021-10-05 23:46:09 +03:00
parent 1720bee265
commit f6d80bed32
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -28,7 +28,7 @@
--channel-top-bar-color-accent: var(--background-color);
--channel-top-bar-color: var(--background-color);
--sidebar-background-color: hsl(230, 12%, 12%);
--elevation-box-shadow: 0 1px 0 0 hsla(230, 12%, 5%, 0.3), 0 2px 0 0 hsla(230, 12%, 6%, 0.2), 0 3px 0 0 hsla(230, 12%, 7%, 0.1);
--elevation-box-shadow: 0 1px 0 0 hsla(230, 12%, 8%, 0.2), 0 2px 0 0 hsla(230, 12%, 8%, 0.2), 0 3px 0 0 hsla(230, 12%, 10%, 0.1);
--message-box-color: var(--accent-color);
--button-color: var(--accent-color-dark);