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

13 lines
179 B
SCSS

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