From 059263b4b00bea033fc3f87450ae0ac480dcc437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Wed, 15 Jul 2020 14:27:56 +0200 Subject: [PATCH] lower fontweight on card-titles --- components/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Card.vue b/components/Card.vue index 2b7cee3..56b0d44 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -70,7 +70,7 @@ export default { &--title { font-size: 16px !important; - font-weight: 900; + font-weight: 600; margin: 0 !important; }