summaryrefslogtreecommitdiff
path: root/layouts/partials/theme-color.html
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2021-02-25 21:56:48 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2021-02-25 21:56:48 +0100
commitb8dda716d04a20cdea12e89f5360947ddd68ad91 (patch)
tree32a3a6625c80736ed94c3f336ba6361bd89188a4 /layouts/partials/theme-color.html
parent181171399a0fc5ed7356c7a96a4ba04d0a0999d0 (diff)
Fixes
Diffstat (limited to 'layouts/partials/theme-color.html')
-rw-r--r--layouts/partials/theme-color.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/theme-color.html b/layouts/partials/theme-color.html
index 9e69895..d7fee43 100644
--- a/layouts/partials/theme-color.html
+++ b/layouts/partials/theme-color.html
@@ -8,6 +8,10 @@
border-color: {{ . }};
}
+ .read-more-link a:hover {
+ background-color: {{ . }};
+ }
+
.pagination li a {
color: {{ . }};
border: 1px solid {{ . }};