feature: lightTheme bodyStyle could respect bootstrap theme checking too...
Closed this issue · 1 comments
pleasantone commented
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...
add-to-calendar-button/src/atcb-init.js
Line 340 in 16320d5
Obviously low priority, but intuitively correct behavior and awesome to have for anyone using bootstrap. Won't break anything else.
pleasantone commented
this isn't a generic enough fix... bootstrap shouldn't be special-cased.