update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user