From 78da882bdaf736cac21300cea214d5ed3766bf1d Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Thu, 25 Jun 2026 01:56:30 -0700 Subject: [PATCH] More changes --- README.md | 4 ++ web/src/components/common/AppLogo.vue | 11 +-- web/src/components/layout/DefaultAppBar.vue | 2 +- web/src/plugins/vuetify-plugin.ts | 7 +- web/src/theme/DarkTheme.ts | 78 +++++++++++++++------ web/src/theme/LightTheme.ts | 67 ++++++++++++++---- 6 files changed, 126 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 9c47e8f..1c1d52b 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # calebburke.dev + +## Resources + +- diff --git a/web/src/components/common/AppLogo.vue b/web/src/components/common/AppLogo.vue index 30483e4..55fb831 100644 --- a/web/src/components/common/AppLogo.vue +++ b/web/src/components/common/AppLogo.vue @@ -6,7 +6,7 @@ >
@@ -15,12 +15,13 @@ class="d-flex" style="width: 200px" > -
CALEBBURKEDEV -
+ diff --git a/web/src/components/layout/DefaultAppBar.vue b/web/src/components/layout/DefaultAppBar.vue index 2a9a279..35dca8d 100644 --- a/web/src/components/layout/DefaultAppBar.vue +++ b/web/src/components/layout/DefaultAppBar.vue @@ -1,7 +1,7 @@