From 435dfd6968cc081094b0f819d62dbd373cb12b72 Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Mon, 28 Oct 2019 15:24:28 +0000 Subject: [PATCH] darkly: tags are now visible on card backgrounds --- sass/darkly.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/darkly.scss b/sass/darkly.scss index e741dbe..fe53b3b 100644 --- a/sass/darkly.scss +++ b/sass/darkly.scss @@ -10,4 +10,8 @@ border: $border-width solid $card-border-color; background-color: $grey-darker; border-radius: $radius; +} + +.card .tag { + background-color: $body-background-color } \ No newline at end of file