From 12c1b6064c61b55bcdac0fdda2fe84100ed67038 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 Dec 2025 09:38:39 -0600 Subject: UI: Reduce contrast of main area and sidebar. Reduce the contrast between the sidebar and main content to prevent the sidebar from drawing attention away from the main content. --- uploader/static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/static/css/theme.css') diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index bdac745..cd3d103 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -34,7 +34,7 @@ body { } #main #sidebar-content { - background: #EEEEEE; + background: #FEFEFE; border-radius: 5px; padding: 10px 5px; -- cgit 1.4.1