Add back colors on figure refs

This commit is contained in:
2024-09-07 23:01:04 +02:00
parent 1b1471e0cc
commit 94eca14055
2 changed files with 6 additions and 2 deletions

View File

@@ -32,6 +32,9 @@
}% }%
} }
% Style the acronyms
\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}} % Hyperlink in black
\let\AE\undefined \let\AE\undefined
\let\v\undefined \let\v\undefined

View File

@@ -20,8 +20,9 @@
} }
\hypersetup{ \hypersetup{
colorlinks = true, % Color links colorlinks = true, % Color links
allcolors = Black, % Color of all links allcolors = Black, % Default color
citecolor = OliveGreen, % Color of citations citecolor = OliveGreen, % Color of citations
linkcolor = MidnightBlue, % Color of internal links
allbordercolors = White, % No borders around links allbordercolors = White, % No borders around links
} }