summaryrefslogtreecommitdiff
path: root/layouts/partials/theme-color.html
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-05-25 23:04:57 +0200
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-05-25 23:04:57 +0200
commite1940891215e978f09e5d5c27b78388b3c3340b6 (patch)
tree4d65336f0f2f193cd308a24aaa7f98f68038f93b /layouts/partials/theme-color.html
parent2451347ebcb0716252e9f2875dc3eed29cf98691 (diff)
Adjust custom color
Diffstat (limited to 'layouts/partials/theme-color.html')
-rw-r--r--layouts/partials/theme-color.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/partials/theme-color.html b/layouts/partials/theme-color.html
index 0f624af..9e69895 100644
--- a/layouts/partials/theme-color.html
+++ b/layouts/partials/theme-color.html
@@ -8,6 +8,20 @@
border-color: {{ . }};
}
+ .pagination li a {
+ color: {{ . }};
+ border: 1px solid {{ . }};
+ }
+
+ .pagination li.active a {
+ background-color: {{ . }};
+ }
+
+ .pagination li a:hover {
+ background-color: {{ . }};
+ opacity: 0.75;
+ }
+
footer a,
.content a,
.related-posts li a:hover {