Fix targeting of titles; add blog front page block styles
This commit is contained in:
parent
08ce459501
commit
962ff7ce16
2 changed files with 25 additions and 1 deletions
|
@ -3112,6 +3112,14 @@ a.tag:hover {
|
|||
.is-article a {
|
||||
color: white; }
|
||||
|
||||
.block-views-blockhome-page-views-block-blogs .button,
|
||||
.is-blog {
|
||||
background-color: #4391E0;
|
||||
color: white; }
|
||||
.block-views-blockhome-page-views-block-blogs .button a,
|
||||
.is-blog a {
|
||||
color: white; }
|
||||
|
||||
.input, .textarea, .select select {
|
||||
background-color: white;
|
||||
border-color: #dbdbdb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue