From bd1879b5155bc4f18c15d6f50544168f97faa872 Mon Sep 17 00:00:00 2001 From: Paul Lesur Date: Tue, 28 May 2019 11:41:27 +0200 Subject: [PATCH] remove color in section --- friggeri-cv-a4.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/friggeri-cv-a4.cls b/friggeri-cv-a4.cls index 2f04883..78dddc5 100644 --- a/friggeri-cv-a4.cls +++ b/friggeri-cv-a4.cls @@ -142,10 +142,10 @@ BoldItalicFont=texgyreheros-bolditalic.otf } \renewcommand{\section}[1]{ - \par\vspace{\parskip} {% \LARGE\headingfont\color{headercolor}% - \@sectioncolor #1% + #1 + %\@sectioncolor #1% } \par\vspace{\parskip} }