aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-04-15 19:56:45 +0800
committerAaron LI <aly@aaronly.me>2018-04-15 19:56:45 +0800
commit9c6943e43fddcda7589cd16e31f3fb02af0bd8f8 (patch)
treef3dbaed70f7db724e5a862df08f6052fe1380546
parentd7878f395c01d70993a81d742564ca6bdfeb5dec (diff)
downloadresume-9c6943e43fddcda7589cd16e31f3fb02af0bd8f8.tar.bz2
Template: adjust spacing and tag color
-rw-r--r--resume.cls10
1 files changed, 7 insertions, 3 deletions
diff --git a/resume.cls b/resume.cls
index 7e5ecd2..26f922b 100644
--- a/resume.cls
+++ b/resume.cls
@@ -141,11 +141,15 @@
\setlength{\parindent}{0em}
% Line spacing
-\linespread{1.1}
+\ifdef{\@zh}{
+ \linespread{1.15}
+}{
+ \linespread{1.05}
+}
% Setup resume sections
\titleformat{\section}{\Large\raggedright}{}{0.2em}{}[\titlerule]
-\titlespacing{\section}{0em}{0.1em}{0.1em}
+\titlespacing{\section}{0em}{0.1em}{0em} % <left><before><after>
% Configure list via 'enumitem'
\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em}
@@ -197,7 +201,7 @@
\newcommand*{\tag}[1]{%
\tikz[baseline]
\node[anchor=base,
- draw=accentcolor!60,
+ draw=accentcolor!40,
rounded corners=0.5ex,
inner xsep=0.8ex,
inner ysep=0.5ex,