From 170952ce6cc55bbfd18133f148ee859f1e6018ac Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 8 May 2024 11:19:34 -0400 Subject: [PATCH] Remove light-gray style to match Figma. --- src/iss-components/site-sub-header/site-sub-header.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/iss-components/site-sub-header/site-sub-header.vue b/src/iss-components/site-sub-header/site-sub-header.vue index 9c698fc3..588c34fd 100644 --- a/src/iss-components/site-sub-header/site-sub-header.vue +++ b/src/iss-components/site-sub-header/site-sub-header.vue @@ -140,9 +140,6 @@ h5 { color: $black; } } -p.light-gray { - color: $gray-550; -} p.dark-gray { color: $darker-gray;