From 4d0f6600309803b8166c6dafc2266b7d2557b718 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 6 May 2022 03:34:08 -0400 Subject: static/css/default: Dark mode target background darker --- static/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/default.css b/static/css/default.css index 1db77cc..81fea52 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -74,7 +74,7 @@ --spoiler: #333; --success-background: #2d3e0f; --success: #d5f3c4; - --target-background: #2e2c00; + --target-background: #242200; --warning-background: #3d3d00; --warning: #ffe699; --widget-background: #262626; -- cgit v1.2.3