From 6d01f177f9bb1d279d9d081e27680ca4fa5d5d94 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 30 Jan 2023 09:43:59 +0100
Subject: [PATCH] make map labels white on black

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

diff --git a/layout.sty b/layout.sty
index a1cfb69f..98a0f1fa 100644
--- a/layout.sty
+++ b/layout.sty
@@ -221,8 +221,8 @@ bookmarks=true]%
 
 \newcommand{\headingtype}{CHAPTER}
 
-\newcommand\outline[1]{\contour[5]{white}{\textcolor{black}{#1}}}
-\contourlength{0.2eml}
+\newcommand\outline[2][5]{\contour[#1]{black}{\textcolor{white}{#2}}}
+\contourlength{0.1em}
 
 \newcommand{\pic}[1]{
   \noindent%
-- 
GitLab