mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-08-01 10:56:11 -04:00
fix .onion img src
This commit is contained in:
parent
ec6fb8110b
commit
7e7fbd3bc1
8 changed files with 54 additions and 49 deletions
|
@ -510,7 +510,6 @@ $footer-padding: 1.0rem 2.5rem
|
|||
|
||||
/* hide for 1023px instead of default 768px */
|
||||
.is-hidden-mobile
|
||||
display: none !important
|
||||
|
||||
html
|
||||
scroll-behavior: smooth
|
||||
|
@ -588,7 +587,7 @@ body[theme="dark"]
|
|||
|
||||
body[theme="dark"] article.box
|
||||
background-color: black !important
|
||||
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02)
|
||||
box-shadow: 0 .5em 1em -.125em rgba(245,245,245,.1),0 0 0 1px rgba(245,245,245,.02)
|
||||
|
||||
body[theme="dark"] blockquote
|
||||
background-color: #090809 !important
|
||||
|
@ -603,6 +602,9 @@ body[theme="dark"] .footer
|
|||
body[theme="dark"] .navbar-item
|
||||
color: #c9c7c9 !important
|
||||
|
||||
body[theme="dark"] .navbar-item:hover
|
||||
color: black !important
|
||||
|
||||
body[theme="dark"] p
|
||||
color: #c9c7c9 !important
|
||||
|
||||
|
@ -633,6 +635,9 @@ body[theme="dark"] h4
|
|||
body[theme="dark"] a.toc
|
||||
color: #c9c7c9 !important
|
||||
|
||||
body[theme="dark"] a.toc:hover
|
||||
color: black !important
|
||||
|
||||
body[theme="dark"] a:not(.toc,.navbar-item)
|
||||
color: #fa86d8 !important
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
</span>
|
||||
<span>Published on </span>
|
||||
<span><time datetime="{{ page.date }}">{{ page.date | date(format='%B %d, %Y') }}</time></span>
|
||||
<span> | <a href="http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md#{{page.title | slugify}}">Last edited on <time datetime="{{ page.extra.dateedit }}">{{ page.extra.dateedit | date(format='%B %d, %Y') }}</time></a></span>
|
||||
<span> | <a href="https://0xacab.org/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md#{{page.title | slugify}}">Last edited on <time datetime="{{ page.extra.dateedit }}">{{ page.extra.dateedit | date(format='%B %d, %Y') }}</time></a></span>
|
||||
</span>
|
||||
{% endmacro %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue