Style links in (dark-ish) colored hero sections
This commit is contained in:
parent
49971de7ab
commit
fb4723e1f8
1 changed files with 18 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue