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