Files
remark42/frontend/app/components/comment/__username/comment__username.css
T
2021-08-08 14:25:10 -05:00

10 lines
130 B
CSS

.comment__username {
vertical-align: middle;
font-weight: 700;
text-decoration: none;
&:hover {
opacity: 0.75;
}
}