Better styling for inactive stars in the table view
This commit is contained in:
parent
2ff1dfc8b7
commit
f27186c85f
1 changed files with 4 additions and 0 deletions
|
@ -29,4 +29,8 @@
|
||||||
|
|
||||||
.repo-list-table .popularity {
|
.repo-list-table .popularity {
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.repo-list-table .repo-star i {
|
||||||
|
color: #ccc;
|
||||||
}
|
}
|
Reference in a new issue