From a3b06bdfb08d525150164f2c875202faa939dea9 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 10 Feb 2023 04:06:51 +0100
Subject: [PATCH] de-fuzzify outline words

---
 layout.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout.sty b/layout.sty
index bbde3972..e967e709 100644
--- a/layout.sty
+++ b/layout.sty
@@ -230,7 +230,7 @@ bookmarks=true]%
 
 \newcommand{\headingtype}{CHAPTER}
 
-\newcommand\outline[2][5]{\contour[#1]{black}{\textcolor{white}{#2}}}
+\newcommand\outline[2][7]{\contour[#1]{black}{\textcolor{white}{#2}}}
 \contourlength{0.1em}
 
 \newcommand{\pic}[1]{
-- 
GitLab