Commit compiled CSS
This commit is contained in:
parent
28b8a36303
commit
a0908b7fcd
1 changed files with 10 additions and 5 deletions
|
@ -10835,7 +10835,6 @@ a.teaser {
|
|||
.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,
|
||||
|
@ -10843,12 +10842,18 @@ a.teaser {
|
|||
.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: #FFFFFF;
|
||||
padding: 0.25em;
|
||||
margin: -0.25em; }
|
||||
background-color: #FFFFFF; }
|
||||
|
||||
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
|
||||
.hero.is-grey a:not(.button):not(.dropdown-item):not(.tag) {
|
||||
color: #26599B; }
|
||||
|
||||
.hero.is-light a:hover,
|
||||
.hero.is-grey a:hover {
|
||||
color: #3276CF;
|
||||
background-color: #FFFFFF; }
|
||||
|
||||
.hero-project .container .hero-body .title {
|
||||
color: currentColor;
|
||||
|
|
Loading…
Reference in a new issue