diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-05-25 23:04:57 +0200 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-05-25 23:04:57 +0200 |
| commit | e1940891215e978f09e5d5c27b78388b3c3340b6 (patch) | |
| tree | 4d65336f0f2f193cd308a24aaa7f98f68038f93b /layouts | |
| parent | 2451347ebcb0716252e9f2875dc3eed29cf98691 (diff) | |
Adjust custom color
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 { |
