Skip to content

Commit

Permalink
Updated AnnotationColor
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobettelini committed Sep 8, 2024
1 parent ef4c12b commit 60e9b5c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions utils/latex-packages/stellar.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 60e9b5c

Please sign in to comment.