diff --git a/nuxt.config.ts b/nuxt.config.ts index 4d68920..0c0b116 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,6 +24,8 @@ export default defineNuxtConfig({ colors: { primary: '#0c0c0d', secondary: '#18181b', + darkgray: '#121213', + lightgray: '#27272a', }, }, }, diff --git a/pages/login/index.vue b/pages/login/index.vue index 19416fc..ac18b70 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -7,7 +7,7 @@ @@ -15,7 +15,7 @@