Use secondary color for separator bars

This commit is contained in:
coolneng 2025-08-04 17:40:01 +02:00
parent b128d258d3
commit c8da9e0237
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -12,6 +12,10 @@
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[scale=0.75,right=.45in,left=.45in,top=.4in,bottom=.4in]{geometry} \usepackage[scale=0.75,right=.45in,left=.45in,top=.4in,bottom=.4in]{geometry}
% Use secondary color for separator bars
\colorlet{headrulecolor}{color1}
\colorlet{bodyrulecolor}{color1}
% Change email icon % Change email icon
\providecommand*{\emailsymbol}{} \providecommand*{\emailsymbol}{}
\renewcommand*{\emailsymbol}{{\small\faEnvelope}~} \renewcommand*{\emailsymbol}{{\small\faEnvelope}~}