From 910abe4b57fa627bb5868eba6e112e23d5aeedcd Mon Sep 17 00:00:00 2001 From: Tim Zieger Date: Tue, 21 Apr 2020 14:41:48 +0200 Subject: [PATCH] dark theme desing --- frontend/public/index.html | 2 +- frontend/src/App.vue | 12 ++++--- frontend/src/components/layout/Footer.vue | 8 +++-- frontend/src/components/layout/Header.vue | 42 ++++++++--------------- 4 files changed, 27 insertions(+), 37 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 4123528..6196be4 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,7 +7,7 @@ <%= htmlWebpackPlugin.options.title %> - + diff --git a/frontend/src/App.vue b/frontend/src/App.vue index a2ec7f2..92a6fcb 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,7 +3,6 @@