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

21 lines
304 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 colorHover($cyan, $pink);
}
.comment-votes {
color: $foreground;
}
}