diff --git a/src/styles/root.scss b/src/styles/root.scss index 846d6f8..054d90c 100644 --- a/src/styles/root.scss +++ b/src/styles/root.scss @@ -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);