From 40427ffede22bea7607762027633539778c94944 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Mon, 22 Jul 2024 09:49:51 -0400 Subject: [PATCH] fix: don't color resume-entry links --- lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index aff0611..5cc818d 100644 --- a/lib.typ +++ b/lib.typ @@ -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 }