From d4f4ec7f766144970ae8b4b921c0af6943fa71d2 Mon Sep 17 00:00:00 2001 From: GMrrc <143954951+GMrrc@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:26:17 +0100 Subject: [PATCH] add lightmode --- src/App.vue | 6 +++--- src/components/EditFileName.vue | 2 +- src/components/FileExistsDialog.vue | 6 +++--- src/components/FileTable.vue | 18 +++++++++--------- src/components/WebContentViewer.vue | 6 +++--- tailwind.config.js | 2 ++ 6 files changed, 21 insertions(+), 19 deletions(-) diff --git a/src/App.vue b/src/App.vue index 35c6516..986a8be 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,15 @@