From e9aa0db6a5a69a61dcfb23d9c920e9ef420559e5 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 10 May 2025 10:53:48 -0400 Subject: [PATCH] beamerthememjo.sty: use a better color for links --- beamerthememjo.sty | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/beamerthememjo.sty b/beamerthememjo.sty index 6778305..b51e422 100644 --- a/beamerthememjo.sty +++ b/beamerthememjo.sty @@ -3,8 +3,9 @@ \mode % 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} -- 2.49.0