3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2024-11-15 00:43:12 +01:00

fix pageref colour

This commit is contained in:
Jakob Krebs 2020-08-20 13:55:15 +02:00
parent 96d8e5904e
commit a7fb3c10b8
No known key found for this signature in database
GPG key ID: C6C125DA9A8FABAA
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
\definecolor{ese_bg_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
\definecolor{ese_fg_color}{rgb}{1, 1, 1}
\definecolor{fancypageref_color}{rgb}{0.702, 0.278, 0.04}
\definecolor{fancypageref_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153

View file

@ -1,6 +1,6 @@
\newcommand{\fancypageref}[1] {%
\changemenucolor{gray}{br}{named}{fancypageref_color}%
\changemenucolor{gray}{txt}{named}{fancypageref_color}%
\changemenucolor{gray}{br}{named}{ese_bg_color}%
\changemenucolor{gray}{txt}{named}{ese_bg_color}%
\keys{Seite \pageref{#1}}%
\changemenucolor{gray}{br}{named}{ese_bg_color}%
\changemenucolor{gray}{txt}{named}{ese_bg_color}%