From 4ff7bc5d04181afec3f4b3b23dd1232f3ae259f9 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 1 Apr 2024 20:03:37 -0700 Subject: [PATCH] Small color tweak --- web/static/css/dark-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/css/dark-theme.css b/web/static/css/dark-theme.css index a75d7dd..17cae7d 100644 --- a/web/static/css/dark-theme.css +++ b/web/static/css/dark-theme.css @@ -14,7 +14,7 @@ } .has-background-warning-light, .has-background-warning { - background-color: rgb(180, 162, 68) !important; + background-color: rgb(100, 90, 41) !important; } .has-background-link-light {