From b22fe678b45a948fe637545ebeac3414537164ac Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Fri, 17 Jul 2020 20:17:08 -0400 Subject: [PATCH] fix previous styling underline fix (#155) --- src/components/header/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header/header.css b/src/components/header/header.css index 718fb1a..597f3bb 100644 --- a/src/components/header/header.css +++ b/src/components/header/header.css @@ -4,7 +4,7 @@ } & .header a { - color: none; + text-decoration: none; } & header {