💄 Updating the UI and style files.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user