]> git.aero2k.de Git - dfde-theme.git/commitdiff
Farben fuer Postings angepasst
authoreggy <eggy@localhost>
Wed, 5 Jul 2017 17:03:30 +0000 (19:03 +0200)
committereggy <eggy@localhost>
Wed, 5 Jul 2017 17:03:30 +0000 (19:03 +0200)
theme/colours.css

index 7bc9e1444dde98d69b0db5a04f5cc7c18ba6fba1..58e7bef35e009f0aa0e80b68f4c1b5e56d553442 100644 (file)
@@ -124,31 +124,31 @@ a:hover { color: #d3111a; }
 }
 
 .bg1 {
-       background-color: #ECF3F7;
+       background-color: #f8f8f8;
 }
 
 table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
-       background-color: #ECF3F7;
+       background-color: #f8f8f8;
 }
 
 .bg2 {
-       background-color: #E1EBF2;
+       background-color: #f3f3f3;
 }
 
 table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
-       background-color: #E1EBF2;
+       background-color: #f3f3f3;
 }
 
 .bg3   {
-       background-color: #CADCEB;
+       background-color: #eae9e9;
 }
 
 .ucprowbg {
-       background-color: #DCDEE2;
+       background-color: #ececec;
 }
 
 .fieldsbg {
-       background-color: #E7E8EA;
+       background-color: #f2f2f2;
 }
 
 .site_logo {