Commit compiled CSS

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

View file

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