From e0265ba2705ba5a2d8e5da745c9b93fbf27b7b5f Mon Sep 17 00:00:00 2001 From: Altrius Date: Tue, 5 Sep 2023 00:27:36 +0100 Subject: [PATCH] the theme system works, but the only way to configure it is through browser storage --- app.vue | 6 ++- components/CoreUI/CustomBadge.vue | 12 ++++- components/Header.vue | 58 +++++++++++++++++++---- components/VideoContainer.vue | 10 ++-- components/VideoFeed.vue | 24 ++++++---- public/2018_Linus_Tech_Tips_logo_grey.svg | 2 +- tailwind.config.js | 3 +- 7 files changed, 87 insertions(+), 28 deletions(-) diff --git a/app.vue b/app.vue index 83ea766..b0315d7 100644 --- a/app.vue +++ b/app.vue @@ -1,11 +1,15 @@ + +