12 lines
153 B
SCSS
12 lines
153 B
SCSS
.comment__username {
|
|
color: #777;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
|
|
&:link {
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|