From 6cac309613fa68fdeeca97fbc6544a1c03c00b02 Mon Sep 17 00:00:00 2001 From: Jenil Gajjar <68738624+JenilGajjar20@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:50:26 +0530 Subject: [PATCH 1/3] chore: dark mode added --- src/App.vue | 77 ++++++++++++++++++++++++++++++++++++++++----------- src/index.css | 6 +++- 2 files changed, 66 insertions(+), 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index d1383ab..e03805c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,44 +1,89 @@ + \ No newline at end of file diff --git a/src/index.css b/src/index.css index 852de7a..0c27725 100755 --- a/src/index.css +++ b/src/index.css @@ -4,5 +4,9 @@ -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; - margin-top: 60px; +} + +* { + margin: 0; + padding: 0; } From eda7a5c843ecd63009ea8ebadec14bfa9455a6c7 Mon Sep 17 00:00:00 2001 From: Jenil Gajjar <68738624+JenilGajjar20@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:55:07 +0530 Subject: [PATCH 2/3] merge change --- index.html | 6 +++++- src/App.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f9f3b3d..5761fa0 100755 --- a/index.html +++ b/index.html @@ -1,12 +1,16 @@ + + Starter for Vite + VueUse + TypeScript +
- + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index e03805c..c79c68b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@