From c77b69127996bff3a72f264a7d07a4b1a8252848 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:38:48 -0600 Subject: [PATCH] core: chance nav background color --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 08a363b..a7c50f1 100644 --- a/default.css +++ b/default.css @@ -15,7 +15,7 @@ canvas { } #navigation { - background: #9ca0b0; + background: #dce0e8; position: fixed; top: 0px; left: 0px;