diff --git a/src/app.html b/src/app.html index bcaf951..8e84db7 100644 --- a/src/app.html +++ b/src/app.html @@ -3,8 +3,12 @@ - - + + + + + + %sveltekit.head% diff --git a/src/components/AccountMenu.svelte b/src/components/AccountMenu.svelte index bb5512d..2d1799e 100644 --- a/src/components/AccountMenu.svelte +++ b/src/components/AccountMenu.svelte @@ -27,14 +27,14 @@

{user?.name || 'Unnamed User'}

-

+

{user?.email || 'someone@somewhere.com'}

Sign Out @@ -47,8 +47,8 @@ .menu { @apply absolute top-full -right-4; @apply z-10 mt-1 mr-0; - @apply text-chalkboard-100 dark:text-chalkboard-20; - @apply bg-chalkboard-10 dark:bg-chalkboard-90; + @apply text-chalkboard-120 dark:text-chalkboard-10; + @apply bg-white dark:bg-chalkboard-90; @apply border-solid border-2 border-chalkboard-100; @apply border border-chalkboard-100 dark:border-chalkboard-20; @apply flex flex-col gap-5; diff --git a/src/components/DownloadButton.svelte b/src/components/DownloadButton.svelte index 5237612..2d87485 100644 --- a/src/components/DownloadButton.svelte +++ b/src/components/DownloadButton.svelte @@ -78,7 +78,7 @@ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 0e4b107..6c41cd3 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,6 +2,7 @@ import { page } from '$app/stores' import { paths } from '$lib/paths' import { Canvas } from '@threlte/core' + import LogoMLephant from 'components/LogoMLephant.svelte' import ModelPreviewer from 'components/ModelPreviewer.svelte' const examples = [ @@ -13,17 +14,15 @@
-
+

- Text to CAD + Text-to-CAD UI

@@ -32,7 +31,7 @@
{examples[0].prompt}
-
-

- Create B-Rep CAD files and meshes from natural language prompts. Powered by KittyCAD. +

@@ -69,7 +78,7 @@ .typing-animation::before { content: ''; position: absolute; - @apply bg-chalkboard-10 dark:bg-chalkboard-100; + @apply bg-white dark:bg-chalkboard-120; @apply absolute inset-0; --_final-width: 100%; animation: typewriter calc(var(--step-timing) * calc(var(--steps, 20) - 1)) @@ -82,7 +91,7 @@ right: -1ch; left: 1ch; border-left: solid 1ch; - @apply border-l-energy-10 dark:border-l-energy-60; + @apply border-l-green dark:border-l-green; --_final-width: calc(100% - 1ch); animation: typewriter calc(var(--step-timing) * calc(var(--steps, 20) - 1)) steps(var(--steps, 20), end) forwards, diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index 3818e08..31ce168 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -38,9 +38,7 @@

- Text to CAD + Text-to-CAD