From 8c54cc749cebe34757c1020a72e07154d75b1679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 8 Mar 2019 22:36:14 -0500 Subject: [PATCH] hover white in h4 title --- cl-theme/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index 7726c1e..894a447 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/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;