Fixed the list filter.
[redakcja.git] / platforma / static / css / master.css
index 619d3fd..d41a73c 100644 (file)
@@ -1,8 +1,13 @@
 a, a:visited, a:active {
-       color: gold;
+       color: blue;
        text-decoration: none;  
 }
 
+a:hover {
+       text-decoration: underline;
+}
+
+
 body {
     margin: 0;
     overflow: hidden;