hover white in h4 title

This commit is contained in:
Jesús
2019-03-08 22:36:14 -05:00
parent 7c9d942e38
commit 8c54cc749c

View File

@@ -422,6 +422,10 @@ a.pagination-previous.disabled, a.pagination-next.disabled {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
h4 > a:hover {
color: white;
}
.is-button-grey, .pagination-link { .is-button-grey, .pagination-link {
background-color: #7a7a7a; background-color: #7a7a7a;
border-color: transparent; border-color: transparent;