We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49aea5 commit 44f3b14Copy full SHA for 44f3b14
src/components/sidebar/style.module.scss
@@ -2,12 +2,15 @@
2
.sidebar.sidebar {
3
--sidebar-item-bg-hover: var(--gray-a4);
4
--sidebar-item-color: var(--accent);
5
+ /* Keep a darker background in dark mode */
6
+ background-color: var(--gray-1);
7
}
8
9
.sidebar {
10
--sidebar-item-bg-hover: var(--accent-purple-light);
11
--sidebar-item-color: var(--accent-purple);
- background-color: var(--gray-1);
12
+ /* Light mode: use pure white background */
13
+ background-color: #ffffff;
14
top: var(--header-height);
15
bottom: 0;
16
flex-direction: column;
0 commit comments