diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css
index 6c9ab16d6ff8a3811e7ad54ec27d75a919646339..d0935a03baad248dffd8c5be947573790191c95e 100644
--- a/src/assets/styles/tailwind.css
+++ b/src/assets/styles/tailwind.css
@@ -30,7 +30,7 @@ footer a:hover {
   padding: 1px 2px;
   background-color: theme('colors.gray.600');
   border-color: theme('colors.gray.900');
-  color: white;
+  --fc-event-text-color: white;
 }
 
 .fc-scroller {
@@ -40,7 +40,7 @@ footer a:hover {
 .otherShow {
   background-color: theme('colors.gray.300');
   border-color: theme('colors.gray.400');
-  color: theme('colors.gray.900');
+  --fc-event-text-color: theme('colors.gray.900');
 }
 
 .otherShow:hover {