8 lines
119 B
CSS
8 lines
119 B
CSS
|
.repo-star .star-icon:hover {
|
||
|
cursor: pointer;
|
||
|
cursor: hand;
|
||
|
}
|
||
|
|
||
|
.repo-star .star-icon.starred {
|
||
|
color: #ffba6d;
|
||
|
}
|