From a47202d756490dd85edce0cbc3c95d714750c4e7 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 1 Apr 2024 19:50:59 -0700 Subject: [PATCH] Tweak navbar notification color --- web/static/css/dark-theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/static/css/dark-theme.css b/web/static/css/dark-theme.css index 6d440ba..a75d7dd 100644 --- a/web/static/css/dark-theme.css +++ b/web/static/css/dark-theme.css @@ -13,14 +13,18 @@ background-color: rgba(19, 71, 37, 0.685) !important } -.has-background-warning-light, .has-background-warning, .nonshy-navbar-notification-tag.is-warning { - background-color: rgb(100, 90, 41) !important; +.has-background-warning-light, .has-background-warning { + background-color: rgb(180, 162, 68) !important; } .has-background-link-light { background-color: rgba(15, 129, 204, 0.25) !important; } +.nonshy-navbar-notification-tag.is-warning { + background-color: rgb(248, 223, 98) !important; +} + .has-text-dark { /* note: this css file otherwise didn't override this, dark's always dark, brighten it! */ color: #b5b5b5 !important;