remove color in section
This commit is contained in:
parent
b2978f7f0c
commit
bd1879b515
1 changed files with 2 additions and 2 deletions
|
@ -142,10 +142,10 @@ BoldItalicFont=texgyreheros-bolditalic.otf
|
||||||
}
|
}
|
||||||
|
|
||||||
\renewcommand{\section}[1]{
|
\renewcommand{\section}[1]{
|
||||||
\par\vspace{\parskip}
|
|
||||||
{%
|
{%
|
||||||
\LARGE\headingfont\color{headercolor}%
|
\LARGE\headingfont\color{headercolor}%
|
||||||
\@sectioncolor #1%
|
#1
|
||||||
|
%\@sectioncolor #1%
|
||||||
}
|
}
|
||||||
\par\vspace{\parskip}
|
\par\vspace{\parskip}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue