pages/fullcalendar-main/packages/bootstrap4/src/index.css

13 lines
159 B
CSS
Raw Normal View History

2024-03-06 14:33:17 +01:00
.fc-theme-bootstrap {
& a:not([href]) {
color: inherit; // natural color for navlinks
}
& .fc-more-link:hover {
text-decoration: none;
}
}