Small improvement
This commit is contained in:
parent
188889b96c
commit
a15efbe4ad
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ title: Home
|
|||
<span class="post-date">
|
||||
{{ post.date | date_to_string }}
|
||||
·
|
||||
<a href="{{ post.url }}">∞</a>
|
||||
<a href="{{ post.url }}" title="Permalink">∞</a>
|
||||
</span>
|
||||
|
||||
{% if post.category == "links" %}
|
||||
|
|
|
@ -355,7 +355,7 @@ tbody tr:nth-child(odd) th {
|
|||
color: #9a9a9a;
|
||||
}
|
||||
.post-date a:hover {
|
||||
color: #000;
|
||||
color: #303030;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue