소스 검색

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; }