diff --git a/assets/css/style.css b/assets/css/style.css index 056d460..470671c 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -85,12 +85,20 @@ } .dropdown-item:focus, .dropdown-item:hover { - color: white; + color: white !important; background-color: #e9c046; border-radius: 10px; margin-top: 2px; } - +.dropdown-item.router-link-exact-active{ + color: white !important; + background-color: #e9c046; + border-radius: 10px; + margin-top: 2px; +} +.dropdown-item.router-link-exact-active, .dropdown-item.router-link-exact-active svg path{ + fill: white; +} .dropdown-item:focus, .dropdown-item:hover svg path{ fill: white; } diff --git a/components/homebar.vue b/components/homebar.vue index 0eeaad7..47f4d62 100755 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -32,15 +32,15 @@ diff --git a/pages/homeforest.vue b/pages/homeforest.vue index d63247a..9213d1e 100644 --- a/pages/homeforest.vue +++ b/pages/homeforest.vue @@ -21,7 +21,7 @@
- Adaptive soundscape : On + Adaptive soundscape : On
@@ -48,15 +48,15 @@ @@ -152,6 +152,82 @@
+ diff --git a/pages/homemeadow.vue b/pages/homemeadow.vue index e767156..d95e2b9 100644 --- a/pages/homemeadow.vue +++ b/pages/homemeadow.vue @@ -21,7 +21,7 @@
- Adaptive soundscape : On + Adaptive soundscape : On
@@ -48,15 +48,15 @@ @@ -152,6 +152,82 @@
+ diff --git a/pages/hometropics.vue b/pages/hometropics.vue index fe583e0..80ebc1a 100644 --- a/pages/hometropics.vue +++ b/pages/hometropics.vue @@ -22,7 +22,7 @@
- Adaptive soundscape : On + Adaptive soundscape : On
@@ -49,15 +49,15 @@ @@ -154,6 +154,85 @@
+ + + +