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