about summary refs log tree commit diff
path: root/uploader/static/css/theme.css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-08 11:30:03 -0600
committerFrederick Muriuki Muriithi2025-12-08 13:26:18 -0600
commitb348823f6e0215602f0901331b123a69ec056e8a (patch)
tree3b5a8cfe02de0b752d2d290c8e3f875e3ef90e0a /uploader/static/css/theme.css
parent9514647b70fe90a709b2881e50871a6e15f1236e (diff)
downloadgn-uploader-b348823f6e0215602f0901331b123a69ec056e8a.tar.gz
Improve the streamlined UI for the index page.
Diffstat (limited to 'uploader/static/css/theme.css')
-rw-r--r--uploader/static/css/theme.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css
index 09e5a52..184999d 100644
--- a/uploader/static/css/theme.css
+++ b/uploader/static/css/theme.css
@@ -3,7 +3,6 @@ body {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-style: normal;
     font-size: 20px;
-    background: black;
 }
 
 #header {
@@ -25,20 +24,17 @@ body {
 }
 
 #main #breadcrumbs {
-    background: #eaeaea;
     border-radius:3px;
     text-align: center;
 }
 
 #main #main-content {
-    background: #e5e5ff;
-
     border-radius: 5px;
     padding: 0 5px;
 }
 
 #main #sidebar-content {
-    background: red;
+    background: #E5E5FF;
 
     border-radius: 5px;
     padding: 0 5px;