DeveloperPaul123 / modern-cv

A modern resume template written in Typst, inspired by Awesome-CV
Other
207 stars 34 forks source link

Can't Change Accent Color of `resume-entry` #19

Closed DeveloperPaul123 closed 5 months ago

DeveloperPaul123 commented 5 months ago

You cannot change the accent color in a resume entry block because the accent color isn't passed to secondary-right-header.

#let resume-entry(
  title: none,
  location: "",
  date: "",
  description: "",
) = {
  pad[
    #justified-header(title, location)
    #secondary-justified-header(description, date)
  ]
}