浏览代码

fix link colors

Davide Alberani 8 年之前
父节点
当前提交
de6e93c1b8
共有 1 个文件被更改,包括 4 次插入0 次删除
  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; }