From 63f93a2208ea141528962e7da17a5431f8b29051 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:40:03 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 6481fef..d6819c7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -158,12 +158,7 @@ line-height: 23px; font-weight: 400 } - p a { - color: #00326d - } - p a:hover { - color: #c60c2b - } + .brand-image { height: 75px; @@ -232,7 +227,28 @@ position: static; } + .darkblue-container .darkblue-bar .darkblue-title .a { + line-height: 37px; + font-size: 22px; + font-size: 1.375rem; + color: #fff + font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif; + position: static; + text-decoration: none; + } + + .darkblue-container .darkblue-bar .darkblue-title .a:visited { + line-height: 37px; + font-size: 22px; + font-size: 1.375rem; + color: #fff + font-family: "SharpSansWeb-Medium","Arial",Arial,sans-serif; + position: static; + text-decoration: none; + } + + a, a:visited { text-decoration: none; }