From 9c3310b85d5d42ec6d22a09d44b03cad9ba7e58a Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Wed, 6 Oct 2021 12:02:31 +1000 Subject: [PATCH] fix primary red color on links --- _sass/components/_type.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/_sass/components/_type.scss b/_sass/components/_type.scss index 548352e..98188c4 100644 --- a/_sass/components/_type.scss +++ b/_sass/components/_type.scss @@ -1,6 +1,3 @@ -a { - color: $primary-dark; -} p { line-height: 26px; color: $steel;