Skip to content

Commit

Permalink
theme(metropolis): fix color of title page and fix #103
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Oct 27, 2024
1 parent 2251780 commit 0ba73e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/metropolis.typ
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
},
text(2em, utils.call-or-display(self, info.logo)),
)
line(length: 100%, stroke: .05em + self.colors.primary-light)
line(length: 100%, stroke: .05em + self.colors.primary)
set text(size: .8em)
if info.author != none {
block(spacing: 1em, info.author)
Expand Down

0 comments on commit 0ba73e2

Please sign in to comment.