+
diff --git a/src/components/userManager.svelte b/src/components/userManager.svelte
index 53b86e8..63d3959 100644
--- a/src/components/userManager.svelte
+++ b/src/components/userManager.svelte
@@ -5,17 +5,15 @@
diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte
index 0f08c19..aceee14 100644
--- a/src/routes/_layout.svelte
+++ b/src/routes/_layout.svelte
@@ -16,42 +16,6 @@
box-sizing: border-box;
}
-
- /* Default theme */
- :global(:root) {
- --background-color: #222222;
- --headings-color: #ffffff;
- --font-color: #ffffff;
- --blue: #007bff;
- --indigo: #6610f2;
- --purple: #6f42c1;
- --pink: #e83e8c;
- --red: #dc3545;
- --orange: #fd7e14;
- --yellow: #ffc107;
- --green: #28a745;
- --teal: #20c997;
- --cyan: #17a2b8;
- --white: #fff;
- --gray: #6c757d;
- --gray-dark: #343a40;
- --primary: #007bff;
- --secondary: #6c757d;
- --success: #28a745;
- --info: #17a2b8;
- --warning: #ffc107;
- --danger: #dc3545;
- --light: #f8f9fa;
- --dark: #343a40;
- --breakpoint-xs: 0;
- --breakpoint-sm: 576px;
- --breakpoint-md: 768px;
- --breakpoint-lg: 992px;
- --breakpoint-xl: 1200px;
- --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
- --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
- }
-
/* Dark theme */
:global(html[data-theme='dark']) {
--background-color: #222222;
@@ -67,8 +31,10 @@
color: var(--font-color);
box-sizing: border-box;
}
-
+
+
+
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index ff70a22..92faf75 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -34,84 +34,19 @@
{#each games as game}
-
-
{/each}
-
\ No newline at end of file
diff --git a/src/template.html b/src/template.html
index 788e6b5..706d09d 100644
--- a/src/template.html
+++ b/src/template.html
@@ -7,11 +7,11 @@
%sapper.base%
-
-
-
+
+
+
-
+