Explorar el Código

fix link colors

Davide Alberani hace 8 años
padre
commit
de6e93c1b8
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      static/css/eventman.css

+ 4 - 0
static/css/eventman.css

@@ -8,6 +8,10 @@ body { padding-top: 70px; }
     padding-bottom: 0px;
 }
 
+a:hover {
+    color: #23527c;
+}
+
 /* fix styling for empty href */
 .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }