summaryrefslogtreecommitdiff
path: root/layouts/partials/theme-color.html
diff options
context:
space:
mode:
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 {{ . }};