diff --git a/src/app.html b/src/app.html index cc5f934..c653e19 100644 --- a/src/app.html +++ b/src/app.html @@ -1,5 +1,5 @@ - + diff --git a/src/lib/components/SignUp.svelte b/src/lib/components/SignUp.svelte index ef0446c..e28241f 100644 --- a/src/lib/components/SignUp.svelte +++ b/src/lib/components/SignUp.svelte @@ -28,36 +28,32 @@ } -
- - - - - -
+
+
+ + +
+
+ + +
+
+ +
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index b206fed..0e7e752 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,6 +2,42 @@ import 'tailwindcss/tailwind.css'; +
+ +
+
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 919de56..72424b0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -47,14 +47,20 @@ Welcome back {userEmail}
{/if} -

-
- - - +
+
+
+

Start Your Pokemon Journey!

+
+
+ +
+
+ +

diff --git a/src/routes/profile/+page.svelte b/src/routes/profile/+page.svelte new file mode 100644 index 0000000..9ac8460 --- /dev/null +++ b/src/routes/profile/+page.svelte @@ -0,0 +1 @@ +

dfftht

diff --git a/tailwind.config.js b/tailwind.config.js index a216401..a9ca35a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,5 +4,8 @@ export default { theme: { extend: {} }, - plugins: [require('daisyui')] + plugins: [require('daisyui')], + daisyui: { + themes: ['light', 'dark', 'dracula'] + } };