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

12 lines
163 B
SCSS

.comment__username {
vertical-align: middle;
font-weight: 700;
text-decoration: none;
color: #777;
cursor: pointer;
&:hover {
opacity: .75;
}
}