From b716a165c87e731925e7934fe99e9b0cd381feda Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Jun 2023 17:05:10 +0200 Subject: [PATCH] Use bootstraps bultin functionality to switch theme --- index.html | 34 +++++++++++++----------- src/components/ThemeSelect.vue | 12 ++++----- src/styles/_bootstrap_variables_ovw.scss | 3 +++ src/styles/_styles_ovw.scss | 17 +++++++----- 4 files changed, 38 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index 2b6ad1e9..cf82fac6 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,22 @@ - - - - - - - FreqUI + + + + + + + + FreqUI + + + + + +
+ + - - - -
- - diff --git a/src/components/ThemeSelect.vue b/src/components/ThemeSelect.vue index d8b1601c..7ab2ac68 100644 --- a/src/components/ThemeSelect.vue +++ b/src/components/ThemeSelect.vue @@ -6,8 +6,11 @@