From 678c41e990968a51563e46ab9c32c32a5805542d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 17 May 2026 20:43:13 +0200 Subject: [PATCH] Set dark mode dynamically --- src/App.vue | 2 +- src/styles/variables/colors.css | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index c97e663..030889f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@ watch(colorTheme, val => updateColorTheme(val))