card_opts allows you to specify whether you want the card to be filled or not, and also set the opacity of the card.
Other changes:
- Adjust README to include the new option and other additions.
- Change misleading param name 'border_opts' to 'hover_opts' in the docs, code and in the configuration file.
- Update version to 1.1.2.
* Fix inconsistent height of hot cards in the home page
* Refactor CSS
* Rename classes for clarity
- hot-border -> hot-card
- hot-card -> hot-border
* Add support for 0-5 rating threshold alongside 0-100 range
* Improve configuration strings
* Add missed fallback
* Add customizable Hot Cards
- Allow users to specify Hot Cards to use tag-based or rating-based for each card type.
- Introduce a new custom string format for more flexible and detailed customization.
- Update README with detailed instructions, and examples.