mirror of https://github.com/zulip/zulip.git
css: Remove unused css rules for background colour in dark theme.
We don't need this explicit rule anymore, since the css variable will change the background color from zulip.css itself.
This commit is contained in:
parent
b0eab81459
commit
e9f3371eca
|
@ -176,14 +176,6 @@
|
|||
background-color: var(--color-background-navbar);
|
||||
}
|
||||
|
||||
& body,
|
||||
.app-main,
|
||||
.column-middle,
|
||||
#streams_header,
|
||||
.direct-messages-container {
|
||||
background-color: var(--color-background);
|
||||
}
|
||||
|
||||
#scroll-to-bottom-button-container {
|
||||
background: transparent;
|
||||
|
||||
|
|
Loading…
Reference in New Issue