aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/App.vue b/src/App.vue
deleted file mode 100644
index 5a1f608..0000000
--- a/src/App.vue
+++ /dev/null
@@ -1,30 +0,0 @@
-<template>
- <router-view/>
-</template>
-
-<style>
-*, *:before, *:after {
- box-sizing: inherit;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
-}
-
-html {
- box-sizing: border-box;
-}
-
-html, body {
- margin: 0;
- padding: 0;
-}
-
-#app {
- height: 100vh;
- max-height: 100vh;
-}
-
-@media (prefers-color-scheme: dark) {
- body {
- background-color: #121212;
- }
-}
-</style>