1
Fork 0
userstyles/source/tildes-baukula/_comments.scss

21 lines
305 B
SCSS

.comment {
border-color: $background;
&[data-comment-depth='0'] {
border-color: $background;
}
&-header {
background-color: $background;
}
.comment-nav-link,
.comment-nav-link:visited {
@include color-hover($cyan, $pink);
}
.comment-votes {
color: $foreground;
}
}