fix: update NODE_ENV in .env.exemple and adjust theme-dim color in globals.css

This commit is contained in:
Puechberty Arthur
2026-04-30 14:49:08 +02:00
parent c69770f02f
commit e558b707a2
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1 +1,2 @@
WEB_PORT=3000 WEB_PORT=3000
NODE_ENV=production
+1 -1
View File
@@ -10,7 +10,7 @@
--theme-border: #1e1e2e; --theme-border: #1e1e2e;
--theme-muted: #8888a0; --theme-muted: #8888a0;
--theme-secondary: #b0b0c0; --theme-secondary: #b0b0c0;
--theme-dim: #5a5a70; --theme-dim: #b0b0c8;
--theme-emphasis: #ffffff; --theme-emphasis: #ffffff;
--theme-subtle: #2e2e3e; --theme-subtle: #2e2e3e;
--theme-subtle-hover: #3e3e4e; --theme-subtle-hover: #3e3e4e;