aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/+layout.svelte14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 738c81f7..78dc121f 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -28,9 +28,6 @@
currentUserIdentity = JSON.parse($userIdentity);
currentUserIdentity.name = currentUserIdentity.name;
-
- // document.getElementsByTagName('html')[0].classList.add('limit-height');
- // document.getElementsByTagName('body')[0].classList.add('limit-height');
}
});
</script>
@@ -73,13 +70,6 @@
</div>
<style>
- /* Kosugi, M PLUS 1 Code */
- @import url('https://fonts.googleapis.com/css2?family=Kosugi:wght@300;400;500;700;800&display=swap');
-
- :global(body) {
- font-family: 'Kosugi', monospace;
- }
-
:global(html.light-theme) {
filter: invert(0);
}
@@ -88,10 +78,6 @@
filter: invert(0);
}
- :global(.limit-height) {
- height: 100%;
- }
-
#container {
height: 100%;
display: flex;