From ff69b8f771f355cf64d215f4e5d8d378abb022d6 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 1 Apr 2024 18:03:16 -0700 Subject: [PATCH] Small color tweak --- web/static/css/dark-theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/css/dark-theme.css b/web/static/css/dark-theme.css index d4c6829..6d440ba 100644 --- a/web/static/css/dark-theme.css +++ b/web/static/css/dark-theme.css @@ -5,6 +5,10 @@ background-color: rgba(28, 166, 76, 0.25) !important; } +.has-background-info-light, .has-background-info { + background-color: rgb(26, 79, 95) !important +} + .has-background-success-light, .has-background-success { background-color: rgba(19, 71, 37, 0.685) !important }