Skip to content

Commit a252161

Browse files
committed
fix links and hovers
1 parent 0a18fe0 commit a252161

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

‎github-blog-dark.user.css‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,24 @@
7777
a, .post-list__item-title:hover, .post-list__item-title a:hover,
7878
.post-item__title a:hover, .post__categories a:hover, .heading-link:focus,
7979
.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,
8389
.featured-post__title a:hover {
8490
color: var(--main-color) !important;
85-
background-color: transparent !important;
8691
}
8792
.category-block:hover .category-block__title .icon {
8893
fill: var(--main-color) !important;
8994
}
9095
a:hover, a:visited, a:active, a.link-gray:hover, a.link-gray:active,
9196
.btn:not(.btn-outline):hover, .hover-grow img {
92-
filter: brightness(110%) !important;
97+
opacity: 1;
9398
}
9499
svg {
95100
fill: currentColor;
@@ -201,7 +206,7 @@
201206
.category-panel__prev[disabled] .icon, .category-panel__next[disabled] .icon {
202207
color: var(--bc-color-5) !important;
203208
}
204-
.post-item__date a {
209+
.post-item__date a, .category__list a {
205210
color: inherit !important;
206211
}
207212
.btn-outline {

0 commit comments

Comments
 (0)