Commit abefa42d85423a9fb63546e1c1131f0a01474434
1 parent
8f931ba9
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -789,8 +789,8 @@ footer .socbuts a:hover{ |
789 | 789 | padding: 12px 48px 11px 37px; |
790 | 790 | } |
791 | 791 | .link_to_cat a:hover{ |
792 | - color:black; | |
793 | - background-position: center 27px; | |
792 | + color: black; | |
793 | + background-color: #decfc8!important; | |
794 | 794 | } |
795 | 795 | .link_to_cat a:before{ |
796 | 796 | content: ''; | ... | ... |