mirror of https://github.com/zulip/zulip.git
dark-mode: Change grey color of .subscriber-count and .message-count.
The original code featured a broken selector for .message-count. Instead of using the right selector, the color selectors are removed altogether for better contrast in dark mode.
This commit is contained in:
parent
41bfeef633
commit
149cc01ccf
|
@ -70,9 +70,7 @@ body.dark-mode #tab_list li.stream:not(.dark_background) {
|
|||
|
||||
/* these are converting grey things to "new grey" */
|
||||
body.dark-mode .sidebar-title,
|
||||
body.dark-mode .recipient_row_date,
|
||||
body.dark-mode .stream-row .sub-info-box .top-bar .subscriber-count,
|
||||
body.dark-mode .stream-row .sub-info-box .top-bar .message-count {
|
||||
body.dark-mode .recipient_row_date {
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue