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 @@