Style Articles front page block title to match more link

This commit is contained in:
benjamin melançon 2019-09-30 19:15:29 -04:00
parent ec75636e8c
commit f6f64a169d

View file

@ -66,6 +66,15 @@
/* @TODO move to _paint.scss */ /* @TODO move to _paint.scss */
.block-views-blockhome-page-views-block-articles {
border-top: 2px solid $article;
h2 {
color: $white;
background-color: $article;
padding: 2px 0.2em 0 0.2em;
}
}
.block-views-blockhome-page-views-block-articles .button, .block-views-blockhome-page-views-block-articles .button,
.is-article { .is-article {
background-color: $article; background-color: $article;