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:
Shubham Padia
2024-06-18 15:12:11 +00:00
committed by Tim Abbott
parent b0eab81459
commit e9f3371eca

View File

@@ -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;