From 8eab98b78def0f5497a4998d13cd60528a4c6da8 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 26 Dec 2025 04:41:05 -0800 Subject: [PATCH] Change banner bg color --- demo/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/style.css b/demo/style.css index 60a5b235..e2058755 100644 --- a/demo/style.css +++ b/demo/style.css @@ -11,7 +11,7 @@ body { /* Top banner */ #banner { - background: #2D2E2C; + background: #161716; display: flex; align-items: center; justify-content: space-between;