From edae3e92cce09884025a1da13db9f773ab67c398 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 7 Aug 2021 15:49:09 +0200 Subject: [PATCH] account for hover classes --- src/main.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main.scss b/src/main.scss index 569707e..4edc77c 100644 --- a/src/main.scss +++ b/src/main.scss @@ -228,9 +228,8 @@ code { } .hero.is-link { - background-color: #528321; background-color: #f4f4f4; - color: #fff; + color: #333; } .hero.is-link .subtitle { @@ -238,5 +237,9 @@ code { } .feature-shoutout a { - color: black !important; + color: #528321 !important; +} + +.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-link.is-active { + background-color: #e5eaec; }