add2cal/add-to-calendar-button

feature: lightTheme bodyStyle could respect bootstrap theme checking too...

Closed this issue · 1 comments

bootstrap5 uses <head data-bs-theme="dark"> (or light) as a standard.

It would be super-cool if we could add a check for data-bs-theme in the code at...

if (data.lightMode == 'bodyScheme') {

Obviously low priority, but intuitively correct behavior and awesome to have for anyone using bootstrap. Won't break anything else.

this isn't a generic enough fix... bootstrap shouldn't be special-cased.