From 28b8a36303b819ee81bbb932caef88c00bae876c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 17 Dec 2018 22:27:02 -0500 Subject: [PATCH] Go to considerable lengths to keep links blue --- agaric/sass/agaric/_component.hero.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 {