index.css 159 B

123456789101112
  1. .fc-theme-bootstrap {
  2. & a:not([href]) {
  3. color: inherit; // natural color for navlinks
  4. }
  5. & .fc-more-link:hover {
  6. text-decoration: none;
  7. }
  8. }