Fix styling for featured badges on category

This commit is contained in:
syeopite 2021-05-24 09:25:32 -07:00
parent 36019fa438
commit 2a2f54289a
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 3 additions and 1 deletions

View file

@ -641,6 +641,7 @@ p,
display: inline-block;
}
/* Split into .badge and #.featured */
.category .badge.featured {
background: #005aa7;
color: white;
@ -648,6 +649,7 @@ p,
border-radius: 5px;
font-size: 14px;
margin-left: 10px;
display: inline;
}
/* Temp */