DEV: Revert change in background-color of sidebar (#18409)
Follow-up to f1cbc23f1e
This commit is contained in:
parent
f1cbc23f1e
commit
3ec1808d75
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue