Style Articles front page block title to match more link
This commit is contained in:
parent
ec75636e8c
commit
f6f64a169d
1 changed files with 9 additions and 0 deletions
|
@ -66,6 +66,15 @@
|
|||
|
||||
/* @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,
|
||||
.is-article {
|
||||
background-color: $article;
|
||||
|
|
Loading…
Add table
Reference in a new issue