From a8f40379f243c93ffa60e9c3bec1e71f68a8ae21 Mon Sep 17 00:00:00 2001 From: Mark Wright <17290547+mrkwrght@users.noreply.github.com> Date: Thu, 20 May 2021 10:49:37 +0100 Subject: [PATCH] white --- _sass/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/_typography.scss b/_sass/_typography.scss index 7d3a26a..6557d48 100755 --- a/_sass/_typography.scss +++ b/_sass/_typography.scss @@ -25,14 +25,14 @@ body { Link -------------- */ a { - color: #0F1847; + color: #F2F2F2; text-decoration: underline; line-height: 2; &:hover, &:focus { text-decoration: none; - color: #0F1847; + color: #F2F2F2; } @@ -100,7 +100,7 @@ h6 { -------------- */ p { - color: #0F1847; + color: #F2F2F2; margin: 0 0 1rem; line-height: 1.7em; font-weight: bold;