10 lines
278 B
CSS
10 lines
278 B
CSS
.leftsidebardark .LeftSidebarNav {
|
|
background-color: var(--cardBg);
|
|
box-shadow: none;
|
|
}
|
|
.leftsidebardark .LeftSidebarNav .black-logo {
|
|
display: none;
|
|
}
|
|
.leftsidebardark .LeftSidebarNav .white-logo {
|
|
display: inline-block;
|
|
}/*# sourceMappingURL=leftSidebarDark.css.map */ |