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

13 lines
185 B
SCSS

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