diff options
author | Mateja <mail@matejamaric.com> | 2021-03-27 20:16:43 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-27 20:16:43 +0100 |
commit | 84f8bf987ed51c7e83f536fc3807c3db0c013964 (patch) | |
tree | f763b63cbb819e9e78a95203550a8a84bb6fd601 | |
parent | 936ff09129bfac4b40f179a4c3ce6c98b4f00682 (diff) | |
download | cv-2.1.1.tar.gz cv-2.1.1.zip |
Increase line width for cvtag.v2.1.1
-rw-r--r-- | cv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ } \renewcommand{\divider}{\textcolor{body!60}{\hdashrule{\linewidth}{0.6pt}{0.5ex}}\medskip} \renewcommand{\cvtag}[1]{ - \tikz[baseline]\node[anchor=base,draw=body!60,rounded corners,inner xsep=1ex,inner ysep =0.75ex,text height=1.5ex,text depth=.25ex]{#1}; + \tikz[baseline]\node[anchor=base,draw=body!60,rounded corners,inner xsep=1ex,inner ysep =0.75ex,text height=1.5ex,text depth=.25ex,line width=0.6pt]{#1}; } %%%%%%%%%%%%%%%%%%%%%%%%%%%%% |