Skip to content
Snippets Groups Projects
Commit a39da8ac authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix(calendar): use full-calendar provided custom properties for text color

fixes #207
parent 1a222742
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment