diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 38a301d..b22e830 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -2,6 +2,8 @@ @import "@nuxt/ui"; @theme static { + --font-sans: "Geist", sans-serif; + --ui-primary: var(--color-orange-500); --ui-color-primary-50: var(--color-orange-50); diff --git a/app/components/app-bar.vue b/app/components/app-bar.vue index 4d31068..194cbd1 100644 --- a/app/components/app-bar.vue +++ b/app/components/app-bar.vue @@ -7,7 +7,7 @@ const { user, clear } = useUserSession();
-
Strivify
+
Strivify
import AppFooter from "./app-footer.vue"; +useHead({ title: "Strivify - Please sign in" }); + const { openInPopup } = useUserSession(); diff --git a/app/pages/index.vue b/app/pages/index.vue index 3661416..94a7bc5 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,4 +1,6 @@