diff --git a/src/app.css b/src/app.css index ddbe267..ecd4bac 100644 --- a/src/app.css +++ b/src/app.css @@ -7,6 +7,7 @@ body { @apply text-black; padding: 0; margin: 0; + font-family: Helvetica; } .scrolling-background { diff --git a/src/lib/components/GameListed.svelte b/src/lib/components/GameListed.svelte index e69de29..ec2e982 100644 --- a/src/lib/components/GameListed.svelte +++ b/src/lib/components/GameListed.svelte @@ -0,0 +1,7 @@ +
diff --git a/src/lib/components/UserListed.svelte b/src/lib/components/UserListed.svelte new file mode 100644 index 0000000..2666b6a --- /dev/null +++ b/src/lib/components/UserListed.svelte @@ -0,0 +1,6 @@ +Rowblox
+ +Please try again later, or report this incident to a Rowblox developer if it persists.
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 3fceb11..604d637 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -6,13 +6,7 @@ Games Catalog Forums - +
@@ -21,23 +15,12 @@