dark mode fix

This commit is contained in:
anarsec 2024-04-14 20:52:43 +00:00
parent 7daa9fe776
commit ec6fb8110b
No known key found for this signature in database
17 changed files with 122 additions and 48 deletions

View file

@ -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)
]