+
+
{{ selectedCourseSessionTitle }}
+
+
+
+
+
+
+
+
Durchführung
+
+
+
+
diff --git a/client/tailwind.css b/client/tailwind.css
index 9e4d5e07..afd59494 100644
--- a/client/tailwind.css
+++ b/client/tailwind.css
@@ -176,8 +176,12 @@ textarea {
@apply rounded-full bg-blue-900 px-4 py-2 font-semibold text-white;
}
+ .nav-item-base {
+ @apply inline-flex items-center border-b-4 border-transparent px-1 pt-1 text-white;
+ }
+
.nav-item {
- @apply inline-flex items-center border-b-4 border-transparent px-1 pt-1 text-white hover:text-sky-500;
+ @apply nav-item-base hover:text-sky-500;
}
.nav-item-no-mobile {