9 lines
115 B
CSS
9 lines
115 B
CSS
.upvote {
|
|
fill: grey;
|
|
min-width: fit-content;
|
|
}
|
|
|
|
.upvote:hover {
|
|
fill: darkgray;
|
|
cursor: pointer;
|
|
} |