From e1940891215e978f09e5d5c27b78388b3c3340b6 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 25 May 2020 23:04:57 +0200 Subject: Adjust custom color --- layouts/partials/theme-color.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'layouts') 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 { -- cgit v1.2.1