Skip to content

Commit

Permalink
Colour all links blue
Browse files Browse the repository at this point in the history
  • Loading branch information
gteufelberger committed Oct 26, 2024
1 parent c7f28ea commit f63fd27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

#let colorLink(..args) = text(fill: accentColor, link(..args))

// Colour links blue
#show link: this => {
let label-color = green
let default-color = rgb("#ff66ff")

underline(text(blue)[#this])
}


#resume(
firstName: "John",
lastName: "Doe",
Expand Down

0 comments on commit f63fd27

Please sign in to comment.