mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-08 14:52:54 -04:00
dark mode fix
This commit is contained in:
parent
7daa9fe776
commit
ec6fb8110b
17 changed files with 122 additions and 48 deletions
|
@ -70,12 +70,12 @@
|
|||
#v(10pt)
|
||||
]
|
||||
show heading.where(level: 3): it => block(width: 100%)[
|
||||
#set text(size: 12pt, font: "Jost", weight: "bold")
|
||||
#set text(size: 12pt, font: "Jost", style: "italic")
|
||||
#text(it.body)
|
||||
#v(10pt)
|
||||
]
|
||||
show heading.where(level: 4): it => block(width: 100%)[
|
||||
#set text(size: 11pt, font: "Jost", style: "italic")
|
||||
#set text(size: 11pt, font: "Jost")
|
||||
#text(it.body)
|
||||
#v(10pt)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue