diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2021-02-25 21:56:48 +0100 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2021-02-25 21:56:48 +0100 |
| commit | b8dda716d04a20cdea12e89f5360947ddd68ad91 (patch) | |
| tree | 32a3a6625c80736ed94c3f336ba6361bd89188a4 /layouts/partials/theme-color.html | |
| parent | 181171399a0fc5ed7356c7a96a4ba04d0a0999d0 (diff) | |
Fixes
Diffstat (limited to 'layouts/partials/theme-color.html')
| -rw-r--r-- | layouts/partials/theme-color.html | 4 |
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 {{ . }}; |
