From 7f5cbf5665da1439f2348e2aabaa5e4370878a01 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 17 May 2026 20:40:53 +0200 Subject: [PATCH] Update color variables stylesheet --- src/App.vue | 7 ++++-- src/styles/variables/colors.css | 40 ++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index c283e70..c97e663 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ watch(colorTheme, val => updateColorTheme(val))