From 69893958cae6d054288ded09ab4c28b5667ab971 Mon Sep 17 00:00:00 2001 From: BenjiG70 Date: Fri, 26 Jun 2026 22:01:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix=20the=20background=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/gantt.vue | 10 +++++----- src/components/manageProject.vue | 2 +- vite.config.ts | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 8a7d5a7..ec48f6a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Projektvisualisierung.bybenji.de + gantt.bybenji.de
diff --git a/src/components/gantt.vue b/src/components/gantt.vue index ffc4361..7ba0e49 100644 --- a/src/components/gantt.vue +++ b/src/components/gantt.vue @@ -325,7 +325,7 @@ const isDecember = (date) => date.getMonth() === 11;