From 4a57f391cb83c583ccfc3391bef0ea1a158f0d6a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 26 Jul 2023 02:22:22 +0200
Subject: [PATCH] set section lines to standard colour

---
 layout.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layout.sty b/layout.sty
index 65c56215..38f09769 100644
--- a/layout.sty
+++ b/layout.sty
@@ -571,14 +571,14 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
 
 \titleformat{\section}%
   {\needspace{12em}%
-  \textcolor{\pageOppositeColor}{\titlerule}%
+  \textcolor{\pageSideColor}{\titlerule}%
   \center%
   \LARGE%
   \scshape}%
   {\Roman{section}}%
   {1pc}%
   {}%
-  [\textcolor{\pageOppositeColor}{\titlerule}]%
+  [\textcolor{\pageSideColor}{\titlerule}]%
 
 \renewcommand*{\thesection}{\arabic{section}}
 
-- 
GitLab