darkly: tags are now visible on card backgrounds

This commit is contained in:
Robert Clarke 2019-10-28 15:24:28 +00:00
parent 9b49483b85
commit 435dfd6968

View file

@ -11,3 +11,7 @@
background-color: $grey-darker; background-color: $grey-darker;
border-radius: $radius; border-radius: $radius;
} }
.card .tag {
background-color: $body-background-color
}