From ff8448a561869225b7cc344f15a49c5c4ce74d41 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 6 Jan 2024 13:59:20 +0100 Subject: [PATCH] Cleaned About page by moving CSS test to separate route --- src/routes/about/+page.svelte | 24 ------------------------ src/routes/css/+page.svelte | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 24 deletions(-) create mode 100644 src/routes/css/+page.svelte diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 7d868f7..69608b2 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -17,27 +17,3 @@

-

Background

-

Foreground

-

Muted

-

Muted Foreground

-

Popover

-

Popover Foreground

-

card

-

card-foreground

-

border

-

input

-

Primary

-

primary-foreground

-

secondary

-

secondary-foreground

-

accent

-

secondary-foreground

-

accent

-

accent-foreground

-

destructive

-

destructive-foreground

-

offline

-

online

-

pending

-

maintenance

diff --git a/src/routes/css/+page.svelte b/src/routes/css/+page.svelte new file mode 100644 index 0000000..17a850a --- /dev/null +++ b/src/routes/css/+page.svelte @@ -0,0 +1,29 @@ + + CSS Test + + + +

Background

+

Foreground

+

Muted

+

Muted Foreground

+

Popover

+

Popover Foreground

+

card

+

card-foreground

+

border

+

input

+

Primary

+

primary-foreground

+

secondary

+

secondary-foreground

+

accent

+

secondary-foreground

+

accent

+

accent-foreground

+

destructive

+

destructive-foreground

+

offline

+

online

+

pending

+

maintenance

\ No newline at end of file