mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Style update regarding the use of colors (e.g., personal data is of secondary importance and should therefore not be highlighted by the primary color)
This commit is contained in:
parent
4074c92546
commit
11c8c6764d
7 changed files with 6 additions and 9 deletions
|
|
@ -29,17 +29,17 @@
|
|||
% fonts
|
||||
\renewcommand*{\namefont}{\fontsize{34}{36}\mdseries\upshape}
|
||||
\renewcommand*{\titlefont}{\LARGE\mdseries\slshape}
|
||||
\renewcommand*{\addressfont}{\normalsize\mdseries\slshape}
|
||||
\renewcommand*{\addressfont}{\normalsize\mdseries\slshape\small}
|
||||
\renewcommand*{\quotefont}{\large\slshape}
|
||||
\renewcommand*{\sectionfont}{\Large\mdseries\upshape}
|
||||
\renewcommand*{\subsectionfont}{\large\mdseries\upshape}
|
||||
\renewcommand*{\hintfont}{\small}
|
||||
\renewcommand*{\hintfont}{}
|
||||
|
||||
% styles
|
||||
\newcommand*{\namestyle}[1]{{\namefont\color{color0}#1}}
|
||||
\newcommand*{\titlestyle}[1]{{\titlefont\color{color2}#1}}
|
||||
\newcommand*{\addresstyle}[1]{{\addressfont\color{color1}#1}}
|
||||
\newcommand*{\quotestyle}[1]{{\quotefont\color{color2}#1}}
|
||||
\newcommand*{\addressstyle}[1]{{\addressfont\color{color1}#1}}
|
||||
\newcommand*{\quotestyle}[1]{{\quotefont\color{color1}#1}}
|
||||
\newcommand*{\sectionstyle}[1]{{\sectionfont\color{color1}#1}}
|
||||
\newcommand*{\subsectionstyle}[1]{{\subsectionfont\color{color1}#1}}
|
||||
\newcommand*{\hintstyle}[1]{{\hintfont\color{color0}#1}}
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
\else%
|
||||
\\[.2em]\fi%
|
||||
\@firstdetailselementfalse%
|
||||
\addressfont\color{color1}}
|
||||
\addressfont\color{color2}}
|
||||
\renewcommand*{\maketitle}{%
|
||||
% optional detailed information box
|
||||
\newbox{\maketitledetailsbox}%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue