mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-08-17 10:41:00 -04:00
dark mode fix
This commit is contained in:
parent
7daa9fe776
commit
ec6fb8110b
17 changed files with 122 additions and 48 deletions
|
@ -123,9 +123,9 @@
|
|||
<footer class="footer py-4">
|
||||
<div class="content has-text-centered has-text-link-light">
|
||||
<p>
|
||||
<a class="has-text-black" href="http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md">Changelog </a>
|
||||
<a href="https://0xacab.org/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md">Changelog </a>
|
||||
<a href="/atom.xml" target="_blank">
|
||||
<span class="icon is-large has-text-black" title="RSS Feed">
|
||||
<span class="icon is-large" title="RSS Feed">
|
||||
<i class="fas fa-rss fa-lg"></i>
|
||||
</span>
|
||||
</a>
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
<p class="subtitle is-4">{{ section.description }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="has-text-centered content">
|
||||
{{ section.content | safe }}
|
||||
{% if config.extra.author.avatar %}
|
||||
<figure class="image is-flex is-justify-content-center is-align-items-center">
|
||||
<img id="image-gay" src="{{ config.extra.author.avatar }}" />
|
||||
<img id="image-gay" class="no-dark" src="{{ config.extra.author.avatar }}" />
|
||||
</figure>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue