From 677e5d209cbce1fbea06d1934c5e8dd09e7f8d68 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Mon, 25 Jan 2021 23:14:22 +0100
Subject: [PATCH] make chap number low and black

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

diff --git a/bind.sty b/bind.sty
index 461647fa..0c23cbc4 100644
--- a/bind.sty
+++ b/bind.sty
@@ -241,7 +241,7 @@ bookmarks=true]%
 \noindent
 }
 
-\colorlet{chapnumcol}{black!55}
+\colorlet{chapnumcol}{black!100}
 
 \newcommand{\FancyFont}{}
 \newcommand{\fancyfont}{}
@@ -251,7 +251,7 @@ bookmarks=true]%
 {\begin{tikzpicture}
   \node[minimum width=\linewidth, text=\pageSideColor, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\huge CHAPTER};
   \node[minimum width=.8\textwidth, text=white, inner sep=3, outer sep=0, anchor=south west, text width=.8\textwidth, align=right] at (rectinit.south west) (chapname) {\FancyFont\headingtype~~};
-  \node[minimum width=.2\textwidth, inner sep=0, outer sep=0, anchor=south west, text width=.2\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
+  \node[minimum width=.2\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.2\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
 \end{tikzpicture}}
 {0pt}
 {\Huge\FancyFont\ChapFrame}
-- 
GitLab