aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-08 22:36:14 -0500
committerJesús <heckyel@hyperbola.info>2019-03-08 22:36:14 -0500
commit8c54cc749cebe34757c1020a72e07154d75b1679 (patch)
tree1d40151b6d2235c39527b624da9fe3ee986497d7
parent7c9d942e3841b2f98b646eea8dc5929c4111a178 (diff)
downloadcl-8c54cc749cebe34757c1020a72e07154d75b1679.tar.lz
cl-8c54cc749cebe34757c1020a72e07154d75b1679.tar.xz
cl-8c54cc749cebe34757c1020a72e07154d75b1679.zip
hover white in h4 title
-rw-r--r--cl-theme/static/css/style.css4
1 files changed, 4 insertions, 0 deletions
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;