From dbecb9b36fedcd96a7a22554a2b9b4ba94c891c9 Mon Sep 17 00:00:00 2001 From: Stanley Lim Date: Sat, 14 Dec 2019 23:35:03 -0500 Subject: [PATCH 1/2] Fixed issue where people list item color was not selected. --- css/dark-mode.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/dark-mode.css b/css/dark-mode.css index d1ee54e3c..707f07262 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -456,7 +456,8 @@ html.dark-mode ._5rh4 { /* Right sidebar: people list item (name) */ html.dark-mode ._364g, html.dark-mode ._3x6u, -html.dark-mode ._4rph ._4rpj { +html.dark-mode ._4rph ._4rpj +html.dark-mode ._5l38._42ef ._8slc { color: var(--base-seventy); } From 8994f292f4d41d5a9d0fbe02610cb9d61ecd6427 Mon Sep 17 00:00:00 2001 From: Stanley Lim Date: Sat, 14 Dec 2019 23:45:22 -0500 Subject: [PATCH 2/2] Fixed syntax error --- css/dark-mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/dark-mode.css b/css/dark-mode.css index 707f07262..eb1dc46cf 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -456,7 +456,7 @@ html.dark-mode ._5rh4 { /* Right sidebar: people list item (name) */ html.dark-mode ._364g, html.dark-mode ._3x6u, -html.dark-mode ._4rph ._4rpj +html.dark-mode ._4rph ._4rpj, html.dark-mode ._5l38._42ef ._8slc { color: var(--base-seventy); }