From bbb5595edecf7bec7d42bef6ff3bcb3e751b8023 Mon Sep 17 00:00:00 2001 From: Jona <8698248+jonamil@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:04:41 +0200 Subject: [PATCH] Add meta theme-color changes to color scheme switching #10 --- index.html | 29 +++++++++++++++++++++++------ src/App.vue | 1 - src/assets/styles.css | 3 +-- src/stores/ViewStore.ts | 19 ++++++++++++++++++- 4 files changed, 42 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 392baa7..bf06a95 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,31 @@ - + - - - - + + + + + Hacker News
- + diff --git a/src/App.vue b/src/App.vue index 3cba2a1..3be460f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,5 @@