소스 검색

Change color of all posts on hover

Fix #84
Talha Mansoor 11 년 전
부모
커밋
b66181736c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      static/css/elegant.css

+ 3 - 0
static/css/elegant.css

@@ -522,6 +522,9 @@ div.recent-posts-time {
     font-size: 75%;
     font-weight: normal;
 }
+a#allposts:hover {
+    color: #333;
+}
 .proj-desc {
     color: #999;
     font: .9em 'PT Sans', 'Helvetica Neue', Arial, Sans-Serif;