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:
Cynthia Lin 2018-03-10 21:12:38 -07:00 committed by Tim Abbott
parent 41bfeef633
commit 149cc01ccf
1 changed files with 1 additions and 3 deletions

View File

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