Commit compiled CSS
This commit is contained in:
parent
fb4723e1f8
commit
baef692f28
1 changed files with 20 additions and 0 deletions
|
@ -10743,6 +10743,26 @@ a.teaser {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #BAB108; }
|
background-color: #BAB108; }
|
||||||
|
|
||||||
|
.hero.is-blue a,
|
||||||
|
.hero.is-marine a,
|
||||||
|
.hero.is-berry a,
|
||||||
|
.hero.is-cinnamon a,
|
||||||
|
.hero.is-dark a,
|
||||||
|
.hero.is-grey a,
|
||||||
|
.hero.is-dandelion a {
|
||||||
|
color: #E4E5E7; }
|
||||||
|
.hero.is-blue a:hover,
|
||||||
|
.hero.is-marine a:hover,
|
||||||
|
.hero.is-berry a:hover,
|
||||||
|
.hero.is-cinnamon a:hover,
|
||||||
|
.hero.is-dark a:hover,
|
||||||
|
.hero.is-grey a:hover,
|
||||||
|
.hero.is-dandelion a:hover {
|
||||||
|
color: #3276CF;
|
||||||
|
background-color: white;
|
||||||
|
padding: .25em;
|
||||||
|
margin: -.25em; }
|
||||||
|
|
||||||
.hero-project .container .hero-body .title {
|
.hero-project .container .hero-body .title {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
|
|
Loading…
Reference in a new issue