From 53de2ac20acdbdf7faf2779d0d455e9c871d2d01 Mon Sep 17 00:00:00 2001 From: TILvids <69435791+TILvids@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:24:30 -0400 Subject: [PATCH] Update style.scss --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index c1462e6..3334e1b 100644 --- a/style.scss +++ b/style.scss @@ -73,7 +73,7 @@ a { text-decoration: none; cursor: pointer; &:hover, &:active { - color: $white; + color: $lightBlue; } }