From b04934ea6cdf8ef0bf59ec0b1b95b3ef0a01284e Mon Sep 17 00:00:00 2001 From: TZGyn Date: Tue, 24 Jan 2023 01:35:00 +0800 Subject: [PATCH] update theme --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6dcc045..5618d77 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,8 +18,8 @@ export default defineNuxtConfig({ theme: { extend: { colors: { - primary: '#0f0f0f', - secondary: '#1e1e1e', + primary: '#0c0c0d', + secondary: '#18181b', }, }, },