mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-24 14:30:35 -04:00
more css
This commit is contained in:
parent
986a15b2a8
commit
4153f3107f
2 changed files with 9 additions and 10 deletions
|
@ -8,7 +8,7 @@ title = "Tech Guides for Anarchists"
|
||||||
|
|
||||||
You want a quick overview of our [advice for all anarchists?](/recommendations)
|
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)
|
You need [increased security against malware?](/posts/qubes)
|
||||||
|
|
||||||
|
|
|
@ -511,17 +511,9 @@ $footer-padding: 1.0rem 2.5rem
|
||||||
html
|
html
|
||||||
scroll-behavior: smooth
|
scroll-behavior: smooth
|
||||||
|
|
||||||
body
|
|
||||||
font-family: $family-sans-serif
|
|
||||||
display: flex
|
|
||||||
flex-direction: column
|
|
||||||
min-height: 100vh
|
|
||||||
|
|
||||||
|
|
||||||
body[theme="dark"]
|
body[theme="dark"]
|
||||||
filter: invert(1) hue-rotate(180deg)
|
filter: invert(1) hue-rotate(180deg)
|
||||||
|
|
||||||
|
|
||||||
section
|
section
|
||||||
flex: 1
|
flex: 1
|
||||||
|
|
||||||
|
@ -559,8 +551,15 @@ h4
|
||||||
a
|
a
|
||||||
color: #AE3B8B
|
color: #AE3B8B
|
||||||
|
|
||||||
a.is-active
|
.menu-list a.is-active
|
||||||
background-color: #AE3B8B
|
background-color: #AE3B8B
|
||||||
|
|
||||||
code
|
code
|
||||||
color: #AE3B8B
|
color: #AE3B8B
|
||||||
|
|
||||||
|
body
|
||||||
|
font-family: $family-sans-serif
|
||||||
|
font-size: 1.2em
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
min-height: 100vh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue