diff --git a/src/App.vue b/src/App.vue index ae69429..c11d6a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,16 +19,4 @@ export default { #app { text-align: center; } -#nav { - padding: 30px; -} - -#nav a { - font-weight: bold; - color: #2c3e50; -} - -#nav a.router-link-exact-active { - color: #42b983; -} diff --git a/src/components/navbar.vue b/src/components/navbar.vue index 1003615..3a8f95b 100644 --- a/src/components/navbar.vue +++ b/src/components/navbar.vue @@ -1,15 +1,14 @@