Fix selection styles on my comments

This commit is contained in:
Jason Zimdars
2024-10-06 08:24:22 -05:00
parent 1d58579a53
commit 053a8a29f9
+11
View File
@@ -55,6 +55,17 @@
.comment__author {
flex-direction: row-reverse;
}
.input {
&::placeholder {
color: var(--color-ink);
opacity: 0.5;
}
&::selection {
background-color: var(--color-selected-dark);
}
}
}
.comment__timestamp {