|
77 | 77 | a, .post-list__item-title:hover, .post-list__item-title a:hover, |
78 | 78 | .post-item__title a:hover, .post__categories a:hover, .heading-link:focus, |
79 | 79 | .heading-link:hover, .primary-nav .menu-item a:focus, |
80 | | - .primary-nav .menu-item a:hover, .link-gray:hover, |
81 | | - .category-block:hover .category-block__title, .category-block__sub-cat a:hover, |
82 | | - .post-item__date a:focus, .post-item__date a:hover, |
| 80 | + .primary-nav .menu-item a:hover, .category-block:hover .category-block__title, |
| 81 | + .category-block__sub-cat a:hover, .post-item__date a:focus, |
| 82 | + .post-item__date a:hover, .featured-post__title a:hover { |
| 83 | + color: var(--main-color); |
| 84 | + background-color: transparent; |
| 85 | + opacity: .9; |
| 86 | + } |
| 87 | + .link-gray:hover, .hero-post__title a:hover, .post-list__item-title:hover, |
| 88 | + .post-list__item-title a:hover, .post-item__title a:hover, |
83 | 89 | .featured-post__title a:hover { |
84 | 90 | color: var(--main-color) !important; |
85 | | - background-color: transparent !important; |
86 | 91 | } |
87 | 92 | .category-block:hover .category-block__title .icon { |
88 | 93 | fill: var(--main-color) !important; |
89 | 94 | } |
90 | 95 | a:hover, a:visited, a:active, a.link-gray:hover, a.link-gray:active, |
91 | 96 | .btn:not(.btn-outline):hover, .hover-grow img { |
92 | | - filter: brightness(110%) !important; |
| 97 | + opacity: 1; |
93 | 98 | } |
94 | 99 | svg { |
95 | 100 | fill: currentColor; |
|
201 | 206 | .category-panel__prev[disabled] .icon, .category-panel__next[disabled] .icon { |
202 | 207 | color: var(--bc-color-5) !important; |
203 | 208 | } |
204 | | - .post-item__date a { |
| 209 | + .post-item__date a, .category__list a { |
205 | 210 | color: inherit !important; |
206 | 211 | } |
207 | 212 | .btn-outline { |
|
0 commit comments