Fix targeting of titles; add blog front page block styles

This commit is contained in:
benjamin melançon 2019-09-30 19:28:46 -04:00
parent 08ce459501
commit 962ff7ce16
2 changed files with 25 additions and 1 deletions

View file

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