hover white in h4 title

This commit is contained in:
Jesús 2019-03-08 22:36:14 -05:00
parent 7c9d942e38
commit 8c54cc749c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

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