-
+
diff --git a/src/scss/shared.scss b/src/scss/shared.scss
index ea8e58f0..095bc0f9 100644
--- a/src/scss/shared.scss
+++ b/src/scss/shared.scss
@@ -15,6 +15,6 @@
}
// For call to action heros, we want to style them on hover.
-.hero.is-actionable:hover {
+.hero .column:hover .is-actionable {
color: #969696;
}
\ No newline at end of file