From abc8fda98eeb0c12eede7c5a78116f3caedd3e65 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 14 Jul 2022 14:13:55 +0200 Subject: [PATCH] =?UTF-8?q?Poprawka=20kolor=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 552797e..9b23e50 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -144,7 +144,7 @@ export default defineComponent({ padding: 1em; - background-color: #202020; + background-color: #1a1a1a; gap: 0.5em; }