From f3619b20e1c5baa342eb7466c67c44d3192bb3eb Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 13 Apr 2021 00:52:32 -0500 Subject: Initial TypeScript refactoring --- src/App.vue | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/App.vue') 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; -} */ -- cgit v1.2.3