diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-08 22:35:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-08 22:35:34 -0500 |
commit | 38e229406a02a78422be4b84e940117756784310 (patch) | |
tree | a8f501d0383cc5ef700a824cb34a6644f7c8f5fb /dist/css/style.css | |
parent | adaf50803b4fe0a05cbdd24790173a297472ad02 (diff) | |
download | cl-theme-38e229406a02a78422be4b84e940117756784310.tar.lz cl-theme-38e229406a02a78422be4b84e940117756784310.tar.xz cl-theme-38e229406a02a78422be4b84e940117756784310.zip |
hover white in h4 title
Diffstat (limited to 'dist/css/style.css')
-rw-r--r-- | dist/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |