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

@ -10,4 +10,8 @@
border: $border-width solid $card-border-color; border: $border-width solid $card-border-color;
background-color: $grey-darker; background-color: $grey-darker;
border-radius: $radius; border-radius: $radius;
}
.card .tag {
background-color: $body-background-color
} }