From c3321fdf7f3821c597638896be942c53a156677d Mon Sep 17 00:00:00 2001 From: Joel Fiddes Date: Sat, 18 Nov 2023 00:11:28 +0100 Subject: [PATCH] Update cv-print.css --- cv/cv-print.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cv/cv-print.css b/cv/cv-print.css index e2d979a..3714666 100755 --- a/cv/cv-print.css +++ b/cv/cv-print.css @@ -110,7 +110,7 @@ h1,h2,h3,h4 { } h1 { - color: #f24f26; + color: #000000; text-align: left; font-size: 2.2em; line-height: 1em; @@ -120,6 +120,7 @@ h1 { h1+p { /*subtitle*/ + color: #f24f26 font-style: italic; font-size: 110%; line-height: 2em;