improve sidebar

This commit is contained in:
Vri 🌈 2023-03-09 14:19:43 +01:00
parent 850c24f373
commit 99574824f3
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 47 additions and 27 deletions

View file

@ -6,8 +6,10 @@
--text-2: hsl(210, 21%, 80%);
--text-secondary: hsl(210, 21%, 40%);
--sidebar-background: hsla(210, 21%, 10%, 20%);
--sidebar-background-accent: hsla(210, 21%, 10%, 10%);
--sidebar-background-05: hsl(210, 21%, 5%);
--sidebar-background-10: hsl(210, 21%, 10%);
--sidebar-background-20: hsl(210, 21%, 20%);
--sidebar-background-30: hsl(210, 21%, 30%);
--vriish-rose: hsl(0, 100%, 75%);
--orange: hsl(25, 100%, 75%);
@ -29,7 +31,9 @@
--text-2: hsl(0, 20%, 30%);
--text-secondary: hsl(0, 20%, 70%);
--sidebar-background: hsla(0, 100%, 98%, 20%);
--sidebar-background-accent: hsla(0, 100%, 98%, 10%);
--sidebar-background-05: hsla(0, 50%, 95%);
--sidebar-background-10: hsla(0, 50%, 90%);
--sidebar-background-20: hsla(0, 50%, 80%);
--sidebar-background-30: hsla(0, 50%, 70%);
}
}