From 61c63e7849c36e1bfa570af4c4d1383a1cdbb604 Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Date: Thu, 9 Apr 2020 15:34:17 -0400 Subject: [PATCH] Sets link style to white --- src/components/Home/Home.module.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Home/Home.module.scss b/src/components/Home/Home.module.scss index cb8c350..5df82b2 100644 --- a/src/components/Home/Home.module.scss +++ b/src/components/Home/Home.module.scss @@ -33,9 +33,6 @@ a { text-decoration: none; font-weight: 700; - } - - a:visited { color: $white; } }