Commit 8c1ff2d8 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

Respect bw option for links

parent ca7b6c4b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,9 +35,15 @@

% Define colours
\definecolor{blue-mu}{RGB}{0,39,118}
\ifthenelse{\equal{\ftr@colorProfile}{bw}}{
\definecolor{ref-dark-red}{rgb}{0.3,0.3,0.3}
\definecolor{ref-dark-green}{rgb}{0.3,0.3,0.3}
\definecolor{ref-medium-blue}{rgb}{0.3,0.3,0.3}
}{
\definecolor{ref-dark-red}{rgb}{0.6,0.15,0.15}
\definecolor{ref-dark-green}{rgb}{0.15,0.4,0.15}
\definecolor{ref-medium-blue}{rgb}{0,0,0.5}
}

% setup hyperref
\RequirePackage[ colorlinks=true