DEV: Revert change in background-color of sidebar (#18409)

Follow-up to f1cbc23f1e
This commit is contained in:
Alan Guo Xiang Tan 2022-09-29 13:52:23 +08:00 committed by GitHub
parent f1cbc23f1e
commit 3ec1808d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.sidebar-wrapper {
display: flex;
--d-sidebar-highlight-color: var(--primary-low);
background-color: var(--primary-50);
background-color: var(--primary-very-low);
grid-area: sidebar;
position: sticky;
top: var(--header-offset);