From ad325c99d2b1234bbbef6b98fb379540641729d1 Mon Sep 17 00:00:00 2001 From: BryanG Date: Thu, 4 Jul 2024 13:25:23 -0500 Subject: [PATCH] feat: add transitions --- src/App.vue | 8 +++++++- src/pages/Home.page.vue | 2 +- src/scripts/color-scheme.js | 23 ++++++++++++++++++----- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index a1f16a1..dec2fcf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,21 @@