djplaner / Card-Interface-Tweak

Javascript tweak to transform a collection of Blackboard Learn content items into a visual card interface.
https://djplaner.github.io/Card-Interface-Tweak/
1 stars 1 forks source link

Improve function and docs for background colour #38

Closed djplaner closed 3 years ago

djplaner commented 3 years ago

Docs for background colour are missing examples and more detailed discussion - Fix

Also appears that a full hex colour spec doesn't work - fix

djplaner commented 3 years ago

Currently background colour is only specified by using Card Image i.e. can only have image or set colour. Not both.

handleCardImage by default sets cardBGcolour to black

One option would be to allow specification of two Card Images: one with the image, and one with the colour.

Have the code handle both. Have a default colour if one hasn't been specified yet, but change it if not there.