From 3bc9466a1884cee427fcfde912052a03078641d4 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 9 May 2025 11:00:03 -0400 Subject: [PATCH] beamerthememjo.sty: color links by default, and use a sane color --- beamerthememjo.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beamerthememjo.sty b/beamerthememjo.sty index 9db0135..6778305 100644 --- a/beamerthememjo.sty +++ b/beamerthememjo.sty @@ -2,6 +2,10 @@ \mode +% Use a sane color for hyperlinks, and color them by default. +\usepackage[dvipsnames]{xcolor} +\hypersetup{colorlinks=true,urlcolor=Orchid} + \useinnertheme{mjo} \useoutertheme{mjo} \usefonttheme{mjo} -- 2.49.0