From 60e9b5c197755b8e86f640bb9262831b4b2bc4bb Mon Sep 17 00:00:00 2001 From: paolobettelini Date: Sun, 8 Sep 2024 14:30:34 +0200 Subject: [PATCH] Updated AnnotationColor --- utils/latex-packages/stellar.sty | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/latex-packages/stellar.sty b/utils/latex-packages/stellar.sty index 21db5eb..8318309 100644 --- a/utils/latex-packages/stellar.sty +++ b/utils/latex-packages/stellar.sty @@ -10,12 +10,13 @@ \RequirePackage[most]{tcolorbox} % Hyperref setup +\definecolor{AnnotationColor}{RGB}{0, 0, 160} \hypersetup{ colorlinks=true, - linkcolor=blue, % Color of internal links - citecolor=blue, % Color of citation links - filecolor=blue, % Color of file links - urlcolor=blue, % Color of external links + linkcolor=AnnotationColor, % Color of internal links + citecolor=AnnotationColor, % Color of citation links + filecolor=AnnotationColor, % Color of file links + urlcolor=AnnotationColor, % Color of external links pdftitle={Stellar}, pdfpagemode=FullScreen, }