Browse Source

meow safari dark mode bad

safari in dark mode renders the background of the pdf in dark...
yeah. only safari...
solution? set background to white!
main
Tamara Schmitz 3 months ago
parent
commit
6ba8737e2e
  1. 1
      cv.typ
  2. 1
      xenua_cv.typ

1
cv.typ

@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
c.insert("text", textc)
c.insert("heading", textc.darken(50%))
c.insert("text_lighter", textc.lighten(25%))
c.insert("page_background", white)
return c
}

1
xenua_cv.typ

@ -13,6 +13,7 @@ @@ -13,6 +13,7 @@
set page(
style.page.paper,
margin: style.page.margin,
fill: style.colors.page_background,
background: if style.confidential { // look sometimes you just want to
rotate(57deg, text(118pt, fill: rgb("FFDCD5"))[ // put a big ass "confidential" on
*CONFIDENTIAL* // a document for fun, okay?

Loading…
Cancel
Save