From 25c9b67396d0aeea1d0df0c2815667189bd8be8c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 17 Jun 2024 21:08:33 +0200 Subject: fix(headers/preamble_local): Improve readability of the todo notes Adding a name is obviously useful, and removing the fancy lines might be hard for some of us, but they obstructed some text, which was counter-productive. --- headers/preamble_local.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/preamble_local.tex b/headers/preamble_local.tex index 2c6b827..770640d 100644 --- a/headers/preamble_local.tex +++ b/headers/preamble_local.tex @@ -3,10 +3,10 @@ \NewDocumentCommand{\Verein}{}{Vereinsname} \NewDocumentCommand{\sils}{O{} m}{ - \todo[fancyline,color=green!15, #1]{#2} + \todo[color=green!35, #1]{Silas: #2} } \NewDocumentCommand{\bpeetz}{O{} m}{ - \todo[fancyline,color=blue!15, #1]{#2} + \todo[color=blue!35, #1]{Benedikt: #2} } \newcounter{para} -- cgit 1.4.1