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