]> gitweb.michael.orlitzky.com - beamer-mjo.git/commitdiff
beamerthememjo.sty: use a better color for links master
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 10 May 2025 14:53:48 +0000 (10:53 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 10 May 2025 14:53:48 +0000 (10:53 -0400)
beamerthememjo.sty

index 6778305bc9693961a4e4ff358b2d5f48f1d5d457..b51e4221fab389ab2a55f441c4e6a9c7eab55fab 100644 (file)
@@ -3,8 +3,9 @@
 \mode<presentation>
 
 % Use a sane color for hyperlinks, and color them by default.
-\usepackage[dvipsnames]{xcolor}
-\hypersetup{colorlinks=true,urlcolor=Orchid}
+
+\definecolor{mjolink}{HTML}{2f6fab}
+\hypersetup{colorlinks=true,urlcolor=mjolink}
 
 \useinnertheme{mjo}
 \useoutertheme{mjo}