From aad4eb04f2e4d4f8309484736cb63282a110ed16 Mon Sep 17 00:00:00 2001 From: Leon FP <112833230+Leon-obscuro@users.noreply.github.com> Date: Sun, 16 Feb 2025 00:39:07 -0600 Subject: [PATCH] Update main.css --- services/web/src/views/main/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/src/views/main/main.css b/services/web/src/views/main/main.css index 1c45a11..b86309f 100644 --- a/services/web/src/views/main/main.css +++ b/services/web/src/views/main/main.css @@ -16,7 +16,7 @@ body { } .mainBody header { - background: #0c5db8; + background: blue; } .mainBody .sidebar { @@ -88,4 +88,4 @@ header { background: #fff; border-radius: 5px; border: 1px solid #000; -} \ No newline at end of file +}