From 3315eedda7a45eefc2ca3d51425066e17b833a2a Mon Sep 17 00:00:00 2001 From: Donnie Ching <59917742+wjching@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:24:37 +1200 Subject: [PATCH] Change Color for Customer --- services/web/src/views/main/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/src/views/main/main.css b/services/web/src/views/main/main.css index 1c45a11..5278b38 100644 --- a/services/web/src/views/main/main.css +++ b/services/web/src/views/main/main.css @@ -16,11 +16,11 @@ body { } .mainBody header { - background: #0c5db8; + background: #5d0cb8; } .mainBody .sidebar { - background: #1c4784; + background: #471c84; height: auto; flex: 0 0 200px; } @@ -88,4 +88,4 @@ header { background: #fff; border-radius: 5px; border: 1px solid #000; -} \ No newline at end of file +}