stacker.news/components/upvote.module.css
2021-04-22 17:14:32 -05:00

9 lines
115 B
CSS

.upvote {
fill: grey;
min-width: fit-content;
}
.upvote:hover {
fill: darkgray;
cursor: pointer;
}