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