mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-08-02 11:26:21 -04:00
css, color
This commit is contained in:
parent
91677225a1
commit
986a15b2a8
25 changed files with 33 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue