From 88a614ca43755f789154cd9cfcb073551f2cf482 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 3 Jan 2023 05:59:50 +0500 Subject: [PATCH] ok --- assets/css/style.css | 2 +- components/homebar.vue | 4 ++-- pages/setting.vue | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3545052..7e30596 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -96,7 +96,7 @@ } .nav-link:hover{ background-color: #e9c046; - color: white; + color: white !important; } .nav-link:hover svg path { fill: white; diff --git a/components/homebar.vue b/components/homebar.vue index 9917350..a79baa3 100644 --- a/components/homebar.vue +++ b/components/homebar.vue @@ -3,9 +3,9 @@
- + imae - +
{{ title }} diff --git a/pages/setting.vue b/pages/setting.vue index 96763ff..cae8dc3 100644 --- a/pages/setting.vue +++ b/pages/setting.vue @@ -9,44 +9,44 @@