add 2nd background color

This commit is contained in:
Simon Vieille 2020-04-25 13:25:41 +02:00
parent e3c159b4d6
commit 18314b260f
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
height: 100vh;
width: 100%;
max-width: 250px;
background: linear-gradient(40deg, var(--side-menu-background-color, #333) 0%, var(--side-menu-background-color-to, #333) 100%);
background: linear-gradient(90deg, var(--side-menu-background-color, #333) 0%, var(--side-menu-background-color-to, #333) 100%);
z-index: 3000;
color: var(--side-menu-text-color, #fff);
box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;