diff --git a/assets/css/style.css b/assets/css/style.css index e2918e5..84e6ea3 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -124,9 +124,17 @@ fill: white; background-color: #e9c046; } +.nav-icons.router-link-active{ + fill: white; + background-color: #e9c046; +} .nav-icons.router-link-exact-active svg path{ fill: white; } +.nav-icons.router-link-active svg path{ + fill: white; + +} @media only screen and (max-width: 396px){ .checklabel{ diff --git a/components/homebar.vue b/components/homebar.vue index 9a44e98..71d0aea 100755 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -17,11 +17,11 @@