1
0
Fork 0

Only colour the first letter of the word

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
Sergio Durigan Junior 2024-03-17 21:52:41 -04:00
parent 09651844e2
commit 5af64d7584
Signed by: sergiodj
GPG Key ID: D0EB762865FC5E36
1 changed files with 2 additions and 2 deletions

View File

@ -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}%
}