Go to considerable lengths to keep links blue

This commit is contained in:
benjamin melançon 2018-12-17 22:27:02 -05:00
parent 6fb4f9e09c
commit 28b8a36303

View file

@ -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 {