De-emphasize tags in project lists

master 0.11.4
Drew DeVault 3 years ago
parent 3744bd5d47
commit 96544a5d62

@ -136,8 +136,14 @@
}
}
.tags .tag:not(:last-child) {
margin-right: 0.5rem;
.tags {
a {
@extend .text-muted;
}
.tag:not(:last-child) {
margin-right: 0.5rem;
}
}
.event-list .event p {

Loading…
Cancel
Save