lbell / pretty-google-calendar

Simple WordPress plugin to embed Google Calendars in way that doesn't suck.
12 stars 7 forks source link

New colour pgcal-event-# selector - Grid view text colour not used #37

Open ampersand-et opened 9 months ago

ampersand-et commented 9 months ago

Thanks for the colour selector addition! I'm noticing on the grid view the pgcal-event-# selector's text colour gets trumped by fc-event-text-color. On the list view it uses the custom selectors text color.

Another thing, on list view the selector background-colour changes the whole background of the div. On the OozAgoO tweak it would change just the bullet colour and text colour was ignored. Just changing just the bullet colour seems a bit cleaner for the list view. When every list entry has a background colour I find it kind of takes away from the date divider and the visual hierarchy to the list. May just be a me thing though.

Cheers

ampersand-et commented 8 months ago

I just overwrote the variable on the page I had the month grid for the time being.

Man reason it is an issue for me is I have to show something like 8 calendars for a kids sports club. Each of the calendars have to be separate, some colours are dark bg with light text and others are lighter bg over dark text. When that variable forces white text it mucks things up.

Temp fix incase anyone else has the same issue, added css to the page:

:root { --fc-event-text-color:; }