aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-13 10:02:24 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-04-13 10:02:24 -0500
commit569488c24ac0ee5c4cca9adfb0dc3f3aa9e7eca4 (patch)
treec4a895432fbf193d5d753c3bb6f22318f45fdd15 /src/App.vue
parent67b7f56f9aeaf5d32cc07d0d776d2e4e95dea21c (diff)
parente14581fb25febd28b8e55ca8e2b24ebafa3abbc2 (diff)
Merge pull request #1 from cobraguy/typescript-migration
Migrate to TypeScript
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/App.vue b/src/App.vue
index c3a04c9..34945a9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -15,25 +15,4 @@ html {
height: 100vh;
max-height: 100vh;
}
-
-/* #app {
- font-family: Avenir, Helvetica, Arial, sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- text-align: center;
- color: #2c3e50;
-}
-
-#nav {
- padding: 30px;
-}
-
-#nav a {
- font-weight: bold;
- color: #2c3e50;
-}
-
-#nav a.router-link-exact-active {
- color: #42b983;
-} */
</style>