From 874bc9196de61ae6be37a2f89c6ba3072670381b Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 22 Feb 2025 03:57:42 +0100
Subject: [PATCH] make combat hints big and grey

---
 CS.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CS.tex b/CS.tex
index 8300fe0..584ca2b 100644
--- a/CS.tex
+++ b/CS.tex
@@ -164,7 +164,7 @@ circle label/.style = {
         \sffamily\absNum{att}%
       }%
       {\underline{\hspace{2em}}} \\ [0.25em]
-      \tiny 2D6 + Dex \par + Melee \par + \textsc{Att} Bonus
+      \textcolor{\pageSideColor}{\small 2D6 + Dex + Melee + \textsc{Att} Bonus}
     \end{tabularx}
   }
 
@@ -177,7 +177,7 @@ circle label/.style = {
       \hiderowcolors
       \small
       \iftoggle{examplecharacter}{\sffamily\arabic{armourDR} / \arabic{covering}}{\underline{\hspace{2em}/\hspace{2em}}} \\ [0.25em]
-      \tiny (by Armour)
+      \textcolor{\pageSideColor}{\small (by Armour)}
     \end{tabularx}
   }
 
@@ -196,7 +196,7 @@ circle label/.style = {
       {
         \underline{\hspace{1em}} D6+\underline{\hspace{1.5em}}
       } \\ [0.25em]
-      \tiny 1D6 + Strength \par + \textsc{Dam} Bonus
+      \textcolor{\pageSideColor}{\small 1D6 + Strength + \textsc{Dam} Bonus}
     \end{tabularx}
   }
 
@@ -213,7 +213,7 @@ circle label/.style = {
         \sffamily\arabic{ap}%
       }%
       {\underline{\hspace{2em}}} \\ [0.25em]
-      \tiny 3 + Speed
+      \textcolor{\pageSideColor}{\small 3 + Speed}
     \end{tabularx}
   }
 
-- 
GitLab