diff --git a/client/index.html b/client/index.html index 7123357..15493f7 100644 --- a/client/index.html +++ b/client/index.html @@ -4,7 +4,7 @@ - Jankboard + Jankboard 2
diff --git a/client/src/App.svelte b/client/src/App.svelte index a6f5bc7..9aac21e 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -1,37 +1,13 @@ -
-
- - - - - - -
-

Vite + Svelte

- -
- -
- -

- Check out SvelteKit, the official Svelte app framework powered by Vite! -

- -

Click on the Vite and Svelte logos to learn more

-
+
diff --git a/client/src/app.css b/client/src/app.css index f3aaf07..79af57d 100644 --- a/client/src/app.css +++ b/client/src/app.css @@ -12,4 +12,8 @@ @apply text-blue-300 hover:text-blue-500 visited:text-purple-300; } } + + body { + @apply bg-black; + } } diff --git a/client/src/lib/Counter.svelte b/client/src/lib/Counter.svelte deleted file mode 100644 index 979b4df..0000000 --- a/client/src/lib/Counter.svelte +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c55f628 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,17 @@ +{ + "name": "jankboard-2", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "dependencies": { + "@fontsource/roboto": "^5.0.8" + } + }, + "node_modules/@fontsource/roboto": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.8.tgz", + "integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..abe2e29 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@fontsource/roboto": "^5.0.8" + } +}