From d49ec3d453fc0b3b5293d156ffa0032d502a4a1b Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 8 Mar 2022 11:42:46 +0000 Subject: [PATCH] Fix class hover styling --- src/stylesheets/components/_class.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stylesheets/components/_class.scss b/src/stylesheets/components/_class.scss index bbf2db0..c547188 100644 --- a/src/stylesheets/components/_class.scss +++ b/src/stylesheets/components/_class.scss @@ -8,5 +8,9 @@ cursor: pointer; background-color: $primary-colour; color: white; + + h2 { + color: white; + } } }