From d3bf131838ced939a4bc48f2ffe353006f748a1f Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 6 Jul 2022 14:46:38 +0200 Subject: [PATCH] =?UTF-8?q?TrainTable=20fix:=20brakuj=C4=85ce=20t=C5=82o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index 2b849aa..71fb8a1 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -183,9 +183,9 @@ export default defineComponent({ padding: 1em 0; margin: 1em 0; - font-size: 1.35em; + font-size: 1.5em; - background: var(--clr-bg); + background: #333; } img.train-image {