From 19e8db1a656dfee60de4942ae17544874fc03ffe Mon Sep 17 00:00:00 2001 From: TILvids <69435791+TILvids@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:12:42 -0400 Subject: [PATCH] Update style.scss --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index e26207f..ca36692 100644 --- a/style.scss +++ b/style.scss @@ -69,11 +69,11 @@ p { } a { - color: $blue; + color: $lightGray; text-decoration: none; cursor: pointer; &:hover, &:active { - color: $blue; + color: $white; } }