This commit is contained in:
2025-01-05 21:05:18 +01:00
parent 143bd821e5
commit 33b8b44b1f
13 changed files with 166 additions and 42 deletions

View File

@@ -1,11 +1,8 @@
/* app/globals.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
/* Global Dark Mode Styles */
/* Custom Global Styles */
body {
color: #ededed; /* Foreground color */
background: #0a0a0a; /* Background color */
font-family: Arial, Helvetica, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}