Fixed file upload.
[redakcja.git] / project / static / css / autumn.css
index a5f03fd..dddd899 100644 (file)
@@ -30,11 +30,20 @@ body {
 }
 
 a:link, a:visited, a:active {
-    color: #395428;
+    color: #860000;
     text-decoration: none;
     font-weight: bold;
 }
 
 a:hover {
     text-decoration: underline;
-}
\ No newline at end of file
+}
+
+.toolbar-buttons-container {
+    background-color: #E2CF62;
+}
+
+.toolbar-tabs-container {
+    background-color: #860000;
+}
+