about summary refs log tree commit diff
path: root/uploader/static/css/theme.css
diff options
context:
space:
mode:
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;