diff --git a/app/Home.tsx b/app/Home.tsx index 2f4677e..f050fb4 100644 --- a/app/Home.tsx +++ b/app/Home.tsx @@ -8,19 +8,19 @@ export default function Home() {
{/*
*/}
-

Welcome to - +

Welcome to + {/* ClipJS */}

-

+

Clip - + JS

-

+

Edit your videos from your PC or phone no downloads, no registration, no watermarks. Online, Free and Open Source

@@ -44,7 +44,7 @@ export default function Home() {
{/* Features Section */}
-

+

What Can it do?

@@ -82,8 +82,8 @@ export default function Home() { />
-
{title}
-

+

{title}
+

{description}

diff --git a/tailwind.config.ts b/tailwind.config.ts index 3f258c1..4656c46 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -16,6 +16,12 @@ const config: Config = { colors: { surfacePrimary: "oklch(.141 .005 285.823)", darkSurfacePrimary: "oklch(.141 .005 285.823)", + 'text-primary': '#ffffff', + 'dark-text-primary': '#ffffff', + 'text-secondary': '#e2e2e2', + 'dark-text-secondary': '#e2e2e2', + 'surface-secondary': '#2a2a2a', + 'dark-surface-secondary': '#2a2a2a', }, border: { DEFAULT: "rgba(128, 128, 128, 0.5)",