WCAG 2.0 1.4.3: contrast
[wolnelektury.git] / wolnelektury / static / css / base.css
index 6454e90..70bf83d 100755 (executable)
@@ -27,7 +27,7 @@ a img {
        border: 0;
 }
 a {
-    color: #1199a2; /* #01adba; */
+    color: #0d7e85; /*#1199a2;*/ /* #01adba; */
     text-decoration: none;
 }
 
@@ -177,3 +177,9 @@ h2 {
     padding-top:3em;
     background: #fff;
 }
+
+/* just on search page */
+.top-tag-list {
+    margin-top: 2.2em;
+    margin-bottom: 1.6em;
+}