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 /src | |
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 'src')
-rw-r--r-- | src/scss/custom/_links.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scss/custom/_links.scss b/src/scss/custom/_links.scss index c2d0acc..1173749 100644 --- a/src/scss/custom/_links.scss +++ b/src/scss/custom/_links.scss @@ -36,3 +36,7 @@ a { .pagination-list { margin-bottom: 1.5rem; } + +h4 > a:hover { + color: white; +} |