From 76a48b18a9b368f2755121e7bfc470d800d6b63a Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 11 May 2024 08:29:16 +0200 Subject: [PATCH] fix \hint --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 9607f9c7..cb6bab19 100644 --- a/layout.sty +++ b/layout.sty @@ -1347,7 +1347,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \newcommand\hint[1]{% \iftoggle{examplecharacter}{}% - {\small\textcolor{gray}{(#1)}} + {\textcolor{\pageSideColor}{\small(#1)}} } %%%%%%%%%%%%%%%%%%%% Rules to Reference %%%%%%%%%%%%%%%%%%%% -- GitLab