diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/theme-color.html | 14 |
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 { |
