1
Fork 0
userstyles/sass/tildes-monokai/_comments.sass

60 lines
931 B
Sass

@import '_colors.sass'
body,
body.theme-light,
body.theme-dark,
body.theme-black
section.topic-comments
border-color: $gray-2
.comment
border-color: $gray-4
.is-comment-new .comment-text
color: $gray-1
.comment-itself
header
color: $gray-1
background-color: $gray-4
header a
color: $yellow
&:hover,
&:active,
&:focus
color: $pink
.post-button
color: $yellow
&:hover,
&:active,
&:focus
color: $pink
&-used
color: $pink
.comment-text
a
color: $yellow
&:hover,
&:active,
&:focus
color: $pink
.is-comment-mine > .comment-itself
border-left-color: $purple !important
.is-comment-by-op > .comment-itself
border-left-color: $magenta !important
.comment-user-info
color: $magenta
.is-comment-new > .comment-itself
border-left-color: $blue !important