From 38e229406a02a78422be4b84e940117756784310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 8 Mar 2019 22:35:34 -0500 Subject: hover white in h4 title --- dist/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/style.css') diff --git a/dist/css/style.css b/dist/css/style.css index c3a3e83..01dc776 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -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; -- cgit v1.2.3