I'm trying to use PyCafe with mkdocs dark theme, but the widgets are not properly colored, so I tried adding a background: white to the style, but to no avail
import panel as pn
from panel_full_calendar import Calendar
pn.extension(template="fast", theme="dark")
calendar = Calendar(sizing_mode="stretch_both")
calendar.show()
I'm trying to use PyCafe with mkdocs dark theme, but the widgets are not properly colored, so I tried adding a
background: whiteto the style, but to no availWith a light theme:

https://panel-extensions.github.io/panel-full-calendar/examples/#adding-events
In Panel: