diff --git a/.env.exemple b/.env.exemple index 8f0968b..e7f1ec5 100644 --- a/.env.exemple +++ b/.env.exemple @@ -1 +1,2 @@ -WEB_PORT=3000 \ No newline at end of file +WEB_PORT=3000 +NODE_ENV=production \ No newline at end of file diff --git a/app/globals.css b/app/globals.css index 792ee4a..249b424 100644 --- a/app/globals.css +++ b/app/globals.css @@ -10,7 +10,7 @@ --theme-border: #1e1e2e; --theme-muted: #8888a0; --theme-secondary: #b0b0c0; - --theme-dim: #5a5a70; + --theme-dim: #b0b0c8; --theme-emphasis: #ffffff; --theme-subtle: #2e2e3e; --theme-subtle-hover: #3e3e4e;