diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index b1f815f..c1fd01e 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -7,10 +7,10 @@ href="#0" class="flex items-center no-underline focus:underline px-4 py-2 text-sm" :class="{ - 'bg-grey-6 text-white': link.active, - 'border-transparent hover:bg-grey hover:text-blue-3': !link.active, + 'bg-grey-6 text-white hover:text-white': link.active, + 'border-transparent hover:bg-grey': !link.active, 'text-grey-5 cursor-not-allowed': link.disabled, - 'text-grey-6': !link.disabled, + 'text-grey-6 hover:text-blue-3': !link.disabled && !link.active, }" >