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