From c3bfa3de0d3e0e7f3975dda724fd2f86a5c8caab Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Sat, 20 Jun 2020 01:29:12 +0530 Subject: [PATCH] timestamp: Update night mode css after the syntax change. --- static/styles/night_mode.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/night_mode.scss b/static/styles/night_mode.scss index 734f4fb557..97b1807f1c 100644 --- a/static/styles/night_mode.scss +++ b/static/styles/night_mode.scss @@ -531,7 +531,7 @@ on a dark background, and don't change the dark labels dark either. */ } } - .timestamp { + time { background: hsla(0, 0%, 0%, 0.2); box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 0.4); }