mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
UX: change sidebar background to secondary (#28043)
This commit is contained in:
parent
04db941b76
commit
5b693c61af
|
@ -3,7 +3,7 @@
|
|||
.channels-list {
|
||||
height: calc(100vh - var(--header-offset));
|
||||
border-right: 1px solid var(--primary-low);
|
||||
background: var(--primary-very-low);
|
||||
background: var(--secondary);
|
||||
overflow-y: auto;
|
||||
|
||||
.channel-list-empty-message {
|
||||
|
|
Loading…
Reference in New Issue
Block a user