SidebarMenu: use foreground color

This commit is contained in:
Alex Gleason 2021-09-13 11:17:06 -05:00
parent f7d1091e93
commit 8b9942ef2b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -6,7 +6,7 @@
top: 0;
bottom: 0;
left: 0;
background-color: var(--background-color);
background-color: var(--foreground-color);
transform: translateX(-275px);
transition: all 0.15s linear;
z-index: 10001;