From 39a5fb6e855e6a345937daa2d63667020b89b92d Mon Sep 17 00:00:00 2001 From: SadlyNotSappho Date: Fri, 21 Apr 2023 12:48:12 -0700 Subject: [PATCH] catppuccin-ify the colors and change the icon's alt text --- index.html | 4 ++-- src/App.vue | 2 +- src/assets/base.css | 33 +++++++++++++++++---------------- src/assets/main.css | 15 ++++++++++++--- src/components/HelloWorld.vue | 2 +- 5 files changed, 33 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index a888544..d7206f1 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite App + SadlyNotSappho
diff --git a/src/App.vue b/src/App.vue index 9202be1..e09c96a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ import TheWelcome from './components/TheWelcome.vue'