diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index abdad43..cc63056 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -104,7 +104,6 @@ .hero.is-berry, .hero.is-cinnamon, .hero.is-dark, -.hero.is-grey, .hero.is-dandelion { a { color: $text-light; @@ -115,6 +114,21 @@ } } +.hero.is-light, +.hero.is-grey { + a:not(.button):not(.dropdown-item):not(.tag) { + color: $link; + } +} + +.hero.is-light, +.hero.is-grey { + a:hover { + color: $blue-light; + background-color: $white; + } +} + // Project .hero-project .container {