10 lines
130 B
CSS
10 lines
130 B
CSS
.comment__username {
|
|
vertical-align: middle;
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
opacity: 0.75;
|
|
}
|
|
}
|