small design fixes on main page

This commit is contained in:
E. S. 2025-02-09 04:37:59 +03:00
parent 11cc7397fd
commit f62480c15c

View File

@ -439,6 +439,13 @@ body.wide .blog-post {
&.is-hidden &-title { &.is-hidden &-title {
color: $fg; color: $fg;
} }
&.is-hidden &-title > a {
color: $fg;
border-bottom-color: desaturate($link-color-underline, 100%);
&:hover {
border-bottom-color: desaturate($link-color-underline-hover, 100%);
}
}
} }
} }
.blog-list-expand { .blog-list-expand {