From e49f3c20b257af055d43f71b7159ace8c4ead84c Mon Sep 17 00:00:00 2001 From: login Date: Fri, 27 Mar 2020 07:11:00 -0400 Subject: [PATCH] Update 'public/darkmode.css' to change the selected/active lines in .code-view The colour was changed from #554a00 to #001200 due to contrast problems with the former colour. --- public/darkmode.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/darkmode.css b/public/darkmode.css index fc3fd10..50cfb54 100644 --- a/public/darkmode.css +++ b/public/darkmode.css @@ -1161,3 +1161,6 @@ a.ui.labels .label:hover { background-color: inherit } +.code-view .active { + background: #001200 +} \ No newline at end of file