about summary refs log tree commit diff
path: root/uploader/static/css/theme.css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-29 09:38:39 -0600
committerFrederick Muriuki Muriithi2025-12-29 09:38:39 -0600
commit12c1b6064c61b55bcdac0fdda2fe84100ed67038 (patch)
tree1d2c34a40fe497b4e0c19fc4865facd6bb580c71 /uploader/static/css/theme.css
parentb9856c679e7f598d776debf9b6e3d6f8d3880bdc (diff)
downloadgn-uploader-12c1b6064c61b55bcdac0fdda2fe84100ed67038.tar.gz
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.
Diffstat (limited to 'uploader/static/css/theme.css')
-rw-r--r--uploader/static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
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;