diff --git a/client/src/components/header/CoursePreviewBar.vue b/client/src/components/header/CoursePreviewBar.vue index b12ef2fd..f0d92383 100644 --- a/client/src/components/header/CoursePreviewBar.vue +++ b/client/src/components/header/CoursePreviewBar.vue @@ -23,6 +23,7 @@ const { t } = useTranslation();
.preview-nav-item { - @apply inline-flex items-center border-b-4 border-transparent px-1 pt-1 text-black hover:text-gray-800; + @apply inline-flex items-center border-b-4 border-transparent px-1 pt-1 text-black hover:text-gray-900 focus:text-black; } .preview-nav-item--active { diff --git a/client/src/components/header/MainNavigationBar.vue b/client/src/components/header/MainNavigationBar.vue index 8e03c8b1..09de45af 100644 --- a/client/src/components/header/MainNavigationBar.vue +++ b/client/src/components/header/MainNavigationBar.vue @@ -77,7 +77,11 @@ onMounted(() => {
-
+