From c7a292a6621385ebab60410ef76dfb465942a149 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 25 Sep 2022 22:23:37 -0400 Subject: [PATCH] Fix notification color --- app/frontend/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index 0faffab9..5d1f4537 100755 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -127,7 +127,7 @@ width: 180px; margin-left: 10px; margin-right: 10px; - background: #282a40; + background: var(--card-banner-bg); transition: right 0.75s, opacity 0.75s, top 0.75s; right: -6rem; opacity: 0.1;