aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 03:34:08 -0400
committertdro <tdro@noreply.example.com>2022-05-06 03:34:08 -0400
commit4d0f6600309803b8166c6dafc2266b7d2557b718 (patch)
tree70225df79a50d60318cbda2128d1566ac9e349fb /static
parentfc3815ee71346cec3263917ff21fe378267a728b (diff)
downloadcanory-4d0f6600309803b8166c6dafc2266b7d2557b718.tar.gz
canory-4d0f6600309803b8166c6dafc2266b7d2557b718.tar.bz2
canory-4d0f6600309803b8166c6dafc2266b7d2557b718.zip
static/css/default: Dark mode target background darker
Diffstat (limited to 'static')
-rw-r--r--static/css/default.css2
1 files changed, 1 insertions, 1 deletions
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;