Files
remark42/web/app/components/comment/__username/comment__username.scss
T

12 lines
153 B
SCSS

.comment__username {
color: #777;
font-weight: 700;
text-decoration: none;
&:link {
&:hover {
text-decoration: underline;
}
}
}