12 lines
159 B
CSS
12 lines
159 B
CSS
|
|
.fc-theme-bootstrap {
|
|
|
|
& a:not([href]) {
|
|
color: inherit; // natural color for navlinks
|
|
}
|
|
|
|
& .fc-more-link:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
}
|