Add category name and color to popup

This commit is contained in:
Ajay Ramachandran
2020-12-13 21:51:55 -05:00
parent 3f19506137
commit b6fd1f0804
2 changed files with 19 additions and 6 deletions

View File

@@ -34,6 +34,13 @@
cursor: pointer;
}
.dot {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
}
.sponsorTimesThanksForVotingText {
font-size: large;
}