From d47e56cf9b4dc442196d56b5b5cdefdf9d6a0f33 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 25 Nov 2023 21:25:32 +0100 Subject: [PATCH] fix footer styling --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index c989b15b..8acf94dd 100644 --- a/layout.sty +++ b/layout.sty @@ -190,7 +190,7 @@ bookmarks=true]% } } -\renewcommand{\footnoterule}{\vspace{-0.5em}\noindent\textcolor{\pageOppositeColor}{\raisebox{2.9pt}{\line(1,0){100}}\lefthand} \vspace{.5em} } +\renewcommand{\footnoterule}{\vspace{-0.5em}\noindent\textcolor{\pageSideColor}{\raisebox{2.9pt}{\line(1,0){100}}\lefthand} \vspace{.5em} } % Argument 1: The target git directory (e.g. 'core') % Argument 2: What to call that directory (e.g. 'the core rules') -- GitLab