De-emphasize tags in project lists

This commit is contained in:
Drew DeVault 2020-09-12 15:15:22 -04:00
parent 3744bd5d47
commit 96544a5d62
1 changed files with 8 additions and 2 deletions

View File

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