fix: update Dockerfile and remove .next from git
This commit is contained in:
@@ -1,21 +1,24 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@import "tailwindcss";
|
||||
|
||||
:root {
|
||||
--background: #ffffff;
|
||||
--foreground: #171717;
|
||||
}
|
||||
@variant dark (&:where(.dark, .dark *));
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background: #0a0a0a;
|
||||
--foreground: #ededed;
|
||||
}
|
||||
}
|
||||
@theme {
|
||||
--color-primary: #00E0B8;
|
||||
--color-secondary: #6B7280;
|
||||
|
||||
body {
|
||||
color: var(--foreground);
|
||||
background: var(--background);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
--color-background-dark: #0F111A;
|
||||
--color-surface-dark: #1E202E;
|
||||
--color-surface-accent: #2D3042;
|
||||
|
||||
--color-text-light: #E5E7EB;
|
||||
--color-text-muted: #9CA3AF;
|
||||
|
||||
--font-sans: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
|
||||
--font-display: var(--font-poppins), ui-sans-serif, system-ui, sans-serif;
|
||||
|
||||
--radius-DEFAULT: 0.75rem;
|
||||
--radius-xl: 1rem;
|
||||
--radius-2xl: 1.5rem;
|
||||
|
||||
--shadow-glow: 0 0 20px rgba(0, 224, 184, 0.15);
|
||||
}
|
||||
Reference in New Issue
Block a user