fix: don't color resume-entry links

This commit is contained in:
Paul Tsouchlos
2024-07-22 09:49:51 -04:00
parent 2567ecb808
commit 40427ffede

View File

@@ -387,7 +387,7 @@
let title-content
if type(title-link) == "string" {
title-content = link(title-link)[#text(fill: rgb("#000"))[#title]]
title-content = link(title-link)[#title]
} else {
title-content = title
}