From 94c8b544594b67d1123e3d1abf4fefcb124d98d8 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 3 Jan 2023 05:45:43 +0500 Subject: [PATCH] ok --- assets/css/style.css | 22 +++++++++++++ components/homebar.vue | 2 +- pages/adaptivesoundscap.vue | 2 +- pages/homeforest.vue | 4 +-- pages/homemeadow.vue | 4 +-- pages/hometropics.vue | 5 +-- pages/index/adaptivesoundscap.vue | 11 ------- pages/setting.vue | 51 +++++++++++++++++-------------- pages/setting/index.vue | 4 +-- 9 files changed, 61 insertions(+), 44 deletions(-) delete mode 100644 pages/index/adaptivesoundscap.vue diff --git a/assets/css/style.css b/assets/css/style.css index a67ef3c..3545052 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -81,4 +81,26 @@ .doted-nav{ position: fixed; bottom: 0; +} + +.dropdown-item:focus, .dropdown-item:hover { + color: white; + background-color: #e9c046; +} + +.dropdown-item:focus, .dropdown-item:hover svg path{ + fill: white; +} +.nav-link{ + color: black; +} +.nav-link:hover{ + background-color: #e9c046; + color: white; +} +.nav-link:hover svg path { + fill: white; +} +.nav-link:hover svg rect { + fill: white; } \ No newline at end of file diff --git a/components/homebar.vue b/components/homebar.vue index 63e4219..9917350 100644 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -8,7 +8,7 @@
- {{ title }} + {{ title }}
- {{ title }} + {{ title }}