diff options
-rw-r--r-- | components/NavLink.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/NavLink.vue b/components/NavLink.vue index f3a1c6e..253dde9 100644 --- a/components/NavLink.vue +++ b/components/NavLink.vue @@ -41,7 +41,7 @@ export default { margin: 10px; } -.router-link-exact-active { +.nuxt-link-exact-active { background-color: #ececec !important; } |