From f12e78c7061132238c683bee943e65c6986c20db Mon Sep 17 00:00:00 2001 From: TZGyn Date: Sun, 12 Feb 2023 01:16:17 +0800 Subject: [PATCH] feature: more colors --- nuxt.config.ts | 2 ++ pages/login/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@