💄 Updating the UI and style files.

This commit is contained in:
piharpi
2019-09-03 14:55:44 +07:00
parent 694811ab63
commit 17e9eaa369
2 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ layout: compress
<span itemprop="keywords"> <span itemprop="keywords">
{% for tag in tags %} {% for tag in tags %}
<a class="tag" <a class="tag"
href="/tags/#{{tag | downcase | slugify}}">{{tag | upcase }}</a>{% unless forloop.last %},{% endunless %} href="/tags/#{{tag | downcase | slugify}}">{{tag | downcase }}</a>{% unless forloop.last %},{% endunless %}
{% endfor %} {% endfor %}
</span> </span>
</div> </div>

View File

@@ -71,12 +71,11 @@
line-height: 1; line-height: 1;
font-weight: 800; font-weight: 800;
display: inline-block; display: inline-block;
font-size: $small-font-size - 4; font-size: $small-font-size - 2;
border-bottom: 0; border-bottom: 2px solid $light;
&:hover { &:hover {
color: $black; color: $black;
border-color: $black;
} }
} }
} }