diff options
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 { |
