Skip to content

Commit

Permalink
edit(typst): change bold color in evan.typ
Browse files Browse the repository at this point in the history
More neutral dark blue, since it affects theorems too
  • Loading branch information
vEnhance committed Aug 5, 2024
1 parent 5a8b902 commit d20fa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typst/packages/local/evan/1.0.0/evan.typ
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
)

// Color bold elements
show strong: set text(rgb("#aa0000"))
show strong: set text(rgb("#000055"))

// Theorem environments
show: thmrules.with(qed-symbol: $square$)
Expand Down

0 comments on commit d20fa74

Please sign in to comment.