diff --git a/content/_index.md b/content/_index.md index 2e6d453..a76d8f6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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) diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index 76dd625..a270f7b 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -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