Go to considerable lengths to keep links blue
This commit is contained in:
parent
6fb4f9e09c
commit
28b8a36303
1 changed files with 15 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue