Change link color in the comments block on the feed page

This commit is contained in:
kvakazyambra 2023-06-15 23:53:55 +03:00
parent 233a6042df
commit 03bcd7eced

View File

@ -153,6 +153,14 @@
.commentArticleTitle { .commentArticleTitle {
line-clamp: 1; line-clamp: 1;
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
a {
color: rgb(0 0 0 / 0.65);
&:hover {
color: #fff;
}
}
} }
.commentArticleTitle, .commentArticleTitle,