css, color

This commit is contained in:
anarsec 2024-04-12 17:19:52 +00:00
parent 91677225a1
commit 986a15b2a8
No known key found for this signature in database
25 changed files with 33 additions and 18 deletions

View file

@ -84,7 +84,7 @@
<p>
Categories:
{% for category in categories %}
<a class="has-text-info-dark has-text-weight-semibold" href="/categories/{{category | lower}}">
<a class="has-text-weight-semibold" href="/categories/{{category | lower}}">
<span class="icon-text">
<span class="icon">
<i class="fas fa-cube"></i>
@ -100,7 +100,7 @@
<p>
Tags:
{% for tag in tags %}
<a class="has-text-info-dark has-text-weight-semibold" href="/tags/{{tag | lower}}">
<a class="has-text-weight-semibold" href="/tags/{{tag | lower}}">
<span class="icon-text">
<span class="icon">
<i class="fas fa-tag"></i>