From 149cc01ccf3cd22098f6e969ce21aedcbbad5668 Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Sat, 10 Mar 2018 21:12:38 -0700 Subject: [PATCH] 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. --- static/styles/dark.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/styles/dark.css b/static/styles/dark.css index 9ab6b5436c..3700f6bb98 100644 --- a/static/styles/dark.css +++ b/static/styles/dark.css @@ -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; }