forked from mirrors/Awesome-CV
Only colour the first letter of the word
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
09651844e2
commit
5af64d7584
1 changed files with 2 additions and 2 deletions
|
@ -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}%
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue