This commit is contained in:
anarsec 2024-04-13 01:06:45 +00:00
parent 986a15b2a8
commit 4153f3107f
No known key found for this signature in database
2 changed files with 9 additions and 10 deletions

View file

@ -8,7 +8,7 @@ title = "Tech Guides for Anarchists"
You want a quick overview of our [advice for all anarchists?](/recommendations)
You need to [write anonymous communiques or do action research?](/posts/tails)
You need to [do action research or write an anonymous communique?](/posts/tails)
You need [increased security against malware?](/posts/qubes)

View file

@ -511,17 +511,9 @@ $footer-padding: 1.0rem 2.5rem
html
scroll-behavior: smooth
body
font-family: $family-sans-serif
display: flex
flex-direction: column
min-height: 100vh
body[theme="dark"]
filter: invert(1) hue-rotate(180deg)
section
flex: 1
@ -559,8 +551,15 @@ h4
a
color: #AE3B8B
a.is-active
.menu-list a.is-active
background-color: #AE3B8B
code
color: #AE3B8B
body
font-family: $family-sans-serif
font-size: 1.2em
display: flex
flex-direction: column
min-height: 100vh