ソースを参照

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;