From 445fe65cd25f00230081413c4be34e80462252fc Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Jan 2023 04:17:27 +0500 Subject: [PATCH 1/3] ok --- assets/css/style.css | 14 ++++++++++++++ components/homebar.vue | 14 +++++++------- pages/adaptivesoundscap.vue | 2 +- pages/homeforest.vue | 30 +++++++++++++++--------------- pages/homemeadow.vue | 34 +++++++++++++++++----------------- pages/hometropics.vue | 30 +++++++++++++++--------------- pages/index.vue | 22 ++++++++++++---------- pages/setting.vue | 20 ++++++++++---------- 8 files changed, 91 insertions(+), 75 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index df5a849..f959bdf 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -87,6 +87,8 @@ .dropdown-item:focus, .dropdown-item:hover { color: white; background-color: #e9c046; + border-radius: 10px; + margin-top: 2px; } .dropdown-item:focus, .dropdown-item:hover svg path{ @@ -94,14 +96,26 @@ } .nav-link{ color: black; + border-radius: 10px; + } .nav-link:hover{ background-color: #e9c046; color: white !important; + border-radius: 10px; } .nav-link:hover svg path { fill: white; } .nav-link:hover svg rect { fill: white; +} + + +.nav-icons.router-link-exact-active{ + fill: white; + background-color: #e9c046; +} +.nav-icons.router-link-exact-active svg path{ + fill: white; } \ No newline at end of file diff --git a/components/homebar.vue b/components/homebar.vue index e0b949a..402e381 100755 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -11,18 +11,18 @@ {{ title }}
-