diff --git a/src/app.scss b/src/app.scss index 4b88d03..b24fc0b 100644 --- a/src/app.scss +++ b/src/app.scss @@ -105,7 +105,7 @@ ); --bg-panel: hsl(0, 0%, 100%); --bg-panel-highlight: hsl(0, 0%, 92%); - --bg-separator: hsl(0, 0%, 88%); + --bg-separator: hsla(0, 0%, 0%, 0.2); --bg-button: var(--bg-panel-highlight); --bg-badge: var(--accent-pink); --bg-input: #e0e0e0; @@ -291,4 +291,8 @@ body { input[type="text"]:focus { @apply outline outline-accent outline-2; } + + hr { + @apply border-separator; + } } diff --git a/src/lib/components/visual/Footer.svelte b/src/lib/components/visual/Footer.svelte index 2e47be7..58fe494 100644 --- a/src/lib/components/visual/Footer.svelte +++ b/src/lib/components/visual/Footer.svelte @@ -30,7 +30,7 @@
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 4d586cd..2ff183a 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -10,78 +10,96 @@ // -- JovannMC import Uploader from "$lib/components/functional/Uploader.svelte"; + import { AudioLines, Check, Film, Image } from "lucide-svelte"; -
-
-
-
-
-

- The file converter you'll love. -

-

- All processing is done on your device. No file size - limit, no ads, and completely open source. -

+
+
+
+
+

+ The file converter you'll love. +

+

+ All processing is done on your device. No file size limit, + no ads, and completely open source. +

+
+
+ +
+
+
+ +
+ +
+

VERT Supports...

+ +
+
+
+
+ +
+ Images
-
- + +

Animated images are not supported (yet).

+
+ +
+
+
+ +
+ Audio
+ +

+ Fully supported +

+
+ +
+
+
+ +
+ Video * +
+

+ Video requires special setup. Learn more +