From 2a632e8f87fc3832141bfa48d8f01f540f6eb92e Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 9 May 2021 12:59:22 -0400 Subject: [PATCH] Close #99: Implement dark theme --- web/app/public/index.html | 2 +- web/app/src/App.vue | 17 +-------- web/app/src/components/Pagination.vue | 4 +- web/app/src/components/Service.vue | 6 +-- web/app/src/components/ServiceGroup.vue | 6 +-- web/app/src/components/Settings.vue | 49 +++++++++++++++++++------ web/app/src/index.css | 32 ++++++++++++++++ web/app/src/views/Details.vue | 4 +- web/app/tailwind.config.js | 4 +- web/static/css/app.css | 4 +- web/static/index.html | 2 +- web/static/js/app.js | 2 +- 12 files changed, 86 insertions(+), 46 deletions(-) diff --git a/web/app/public/index.html b/web/app/public/index.html index 692aa9f1..a67779cf 100644 --- a/web/app/public/index.html +++ b/web/app/public/index.html @@ -7,7 +7,7 @@ Health Dashboard | Gatus - + diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 7027b90a..a76edbaa 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -1,5 +1,5 @@