From ffbe67684fa5d25174ff9b8afc857667d4e8df59 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 10 Jul 2021 03:39:29 +0200
Subject: [PATCH] make woggly border title white

---
 bind.sty | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bind.sty b/bind.sty
index 555418c2..1f03701b 100644
--- a/bind.sty
+++ b/bind.sty
@@ -318,6 +318,7 @@ bookmarks=true]%
 \tcbsubskin{ornamented}{empty}{
   skin first=ornamented,  skin last=ornamented,
   title engine=standard,
+  colbacktitle=white,
   top=10pt,
   frame code={
     % Account for the line widths in order not to draw beyond the bounding
@@ -730,8 +731,8 @@ Roll & Result \\
 
 	\begin{figure*}[t]
 	
-	\begin{tcolorbox}[adjusted title={Summary: \sqName}]
-	
+	\begin{tcolorbox}[ornamented,adjusted title={Summary: \sqName}]
+	\vspace{-1em}
 	\printcontents[sq]{l}{2}{\setcounter{tocdepth}{3}}
 	
 	\end{tcolorbox}
-- 
GitLab