I have the following iframe
of built-in Google Calendar:
<iframe src="https://calendar.google.com/calendar/embed?showNav=0&showPrint=0&showCalendars=0&showTz=0&height=600&wkst=1&bgcolor=%23ffffff&src=exemplo.com;color=%23182C57&ctz=America%2FSao_Paulo"style="border-width:0;" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
I'm pulling this iframe
from a Google calendar, the question is: Can I change the CSS
of that iframe
?
I need to change colors, fonts, etc. I would like to know if there is any possibility of doing this, or if someone knows of another way to make these edits in Google Calendar.