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 /static/css | |
| parent | 2451347ebcb0716252e9f2875dc3eed29cf98691 (diff) | |
Adjust custom color
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/hyde.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index 6ee3e65..4f41617 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -246,12 +246,13 @@ ul.posts { .pagination li a:hover { color: #fff; - background: rgba(67, 118, 122, 0.75); + background-color: #49757a; + opacity: 0.75; } .pagination li.active a { color: #fff; - background: #49757a; + background-color: #49757a; } .pagination li.disabled a { |
