From 43e69ff284cefc49bc0c631cc254d8a78ae749ed Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:46:34 +0000 Subject: [PATCH] Implement theming in a better manner. --- public/index.html | 2 +- src/App.vue | 12 ++++++++++-- src/components/Comment.vue | 1 - src/components/FeedPage.vue | 2 +- src/components/HistoryPage.vue | 2 +- src/components/Navigation.vue | 5 +---- src/components/SearchResults.vue | 2 +- src/components/TrendingPage.vue | 2 +- src/components/WatchVideo.vue | 8 +------- 9 files changed, 17 insertions(+), 19 deletions(-) diff --git a/public/index.html b/public/index.html index 48498aed..54531da6 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/App.vue b/src/App.vue index b0794622..2ed96e39 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@