Style links in (dark-ish) colored hero sections

This commit is contained in:
benjamin melançon 2018-12-02 10:13:29 -05:00
parent 49971de7ab
commit fb4723e1f8

View file

@ -74,6 +74,24 @@
background-color: $dandelion;
}
.hero.is-blue,
.hero.is-marine,
.hero.is-berry,
.hero.is-cinnamon,
.hero.is-dark,
.hero.is-grey,
.hero.is-dandelion {
a {
color: $text-light;
&:hover {
color: $blue-light;
background-color: white;
padding: .25em;
margin: -.25em;
}
}
}
// Project
.hero-project .container {