Change link color in the comments block on the feed page
This commit is contained in:
parent
233a6042df
commit
03bcd7eced
|
@ -153,6 +153,14 @@
|
|||
.commentArticleTitle {
|
||||
line-clamp: 1;
|
||||
-webkit-line-clamp: 1;
|
||||
|
||||
a {
|
||||
color: rgb(0 0 0 / 0.65);
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.commentArticleTitle,
|
||||
|
|
Loading…
Reference in New Issue
Block a user