Explorar el Código

Change color of all posts on hover

Fix #84
Talha Mansoor hace 11 años
padre
commit
b66181736c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;