feat: Style improvements, use Source Code Pro for monospace, update Inter to 4.0, pill-like nav on desktop, color changes
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<br />
|
||||
{% for tag in terms %}
|
||||
<small>
|
||||
<a href="{{ get_taxonomy_url(kind='tags', name=tag.name) }}">
|
||||
<a class="pill" href="{{ get_taxonomy_url(kind='tags', name=tag.name) }}">
|
||||
<i class="bi bi-tag-fill"></i>
|
||||
{{ tag.name }}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user