1
0
Fork 0

Small improvement

This commit is contained in:
Daniel Kempkens 2014-12-30 00:03:49 +01:00
parent 188889b96c
commit a15efbe4ad
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ title: Home
<span class="post-date">
{{ post.date | date_to_string }}
&middot;
<a href="{{ post.url }}">&#8734;</a>
<a href="{{ post.url }}" title="Permalink">&#8734;</a>
</span>
{% if post.category == "links" %}

View file

@ -355,7 +355,7 @@ tbody tr:nth-child(odd) th {
color: #9a9a9a;
}
.post-date a:hover {
color: #000;
color: #303030;
text-decoration: none;
}