diff --git a/src/app/globals.css b/src/app/globals.css index 394035e..8d63d5e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -74,71 +74,39 @@ --sidebar-ring: 217.2 91.2% 59.8%} .dark { - - --background: 0 0% 3.9%; - - --foreground: 0 0% 98%; - - --card: 0 0% 3.9%; - - --card-foreground: 0 0% 98%; - - --popover: 0 0% 3.9%; - - --popover-foreground: 0 0% 98%; - - --primary: 0 0% 98%; - - --primary-foreground: 0 0% 9%; - - --secondary: 0 0% 14.9%; - - --secondary-foreground: 0 0% 98%; - - --muted: 0 0% 14.9%; - - --muted-foreground: 0 0% 63.9%; - - --accent: 0 0% 14.9%; - - --accent-foreground: 0 0% 98%; - + --background: 0 0% 0%; + --foreground: 0 0% 100%; + --card: 0 0% 0%; + --card-foreground: 0 0% 100%; + --popover: 0 0% 0%; + --popover-foreground: 0 0% 100%; + --primary: 0 0% 100%; + --primary-foreground: 0 0% 0%; + --secondary: 0 0% 10%; + --secondary-foreground: 0 0% 100%; + --muted: 0 0% 10%; + --muted-foreground: 0 0% 65%; + --accent: 0 0% 10%; + --accent-foreground: 0 0% 100%; --destructive: 0 62.8% 30.6%; - - --destructive-foreground: 0 0% 98%; - - --border: 0 0% 14.9%; - - --input: 0 0% 14.9%; - - --ring: 0 0% 83.1%; - - --chart-1: 220 70% 50%; - - --chart-2: 160 60% 45%; - - --chart-3: 30 80% 55%; - - --chart-4: 280 65% 60%; - - --chart-5: 340 75% 55% - ; - - --sidebar-background: 240 5.9% 10%; - - --sidebar-foreground: 240 4.8% 95.9%; - - --sidebar-primary: 224.3 76.3% 48%; - - --sidebar-primary-foreground: 0 0% 100%; - - --sidebar-accent: 240 3.7% 15.9%; - - --sidebar-accent-foreground: 240 4.8% 95.9%; - - --sidebar-border: 240 3.7% 15.9%; - - --sidebar-ring: 217.2 91.2% 59.8%} + --destructive-foreground: 0 0% 100%; + --border: 0 0% 25%; + --input: 0 0% 25%; + --ring: 0 0% 100%; + --chart-1: 0 0% 100%; + --chart-2: 0 0% 80%; + --chart-3: 0 0% 60%; + --chart-4: 0 0% 40%; + --chart-5: 0 0% 20%; + --sidebar-background: 0 0% 0%; + --sidebar-foreground: 0 0% 100%; + --sidebar-primary: 0 0% 100%; + --sidebar-primary-foreground: 0 0% 0%; + --sidebar-accent: 0 0% 10%; + --sidebar-accent-foreground: 0 0% 100%; + --sidebar-border: 0 0% 25%; + --sidebar-ring: 0 0% 100%; + } } @@ -150,4 +118,4 @@ body { @apply bg-background text-foreground; } -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f3f760..b7fa5fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { VideoEditor } from "@/components/video-editor"; export default function Home() { return ( -
+
diff --git a/src/components/video-editor.tsx b/src/components/video-editor.tsx index 0942bb6..0cc3e2c 100644 --- a/src/components/video-editor.tsx +++ b/src/components/video-editor.tsx @@ -43,12 +43,12 @@ export function VideoEditor() { }; return ( - + - + Video Clip Cutter - + Upload, trim, and export your video in seconds. @@ -85,14 +85,14 @@ export function VideoEditor() {