From 5af64d75840518f6dc216eaded31780b1268c68d Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sun, 17 Mar 2024 21:52:41 -0400 Subject: [PATCH] Only colour the first letter of the word Signed-off-by: Sergio Durigan Junior --- awesome-cv.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index 862dee2..40655df 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -159,8 +159,8 @@ \setbool{acvSectionColorHighlight}{true} % Awesome section color -\def\@sectioncolor#1#2#3{% - \ifbool{acvSectionColorHighlight}{{\color{awesome}#1#2#3}}{#1#2#3}% +\def\@sectioncolor#1{% + \ifbool{acvSectionColorHighlight}{{\color{awesome}#1}}{#1}% }