pollcatch 2.1.14 → 2.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pc.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pollcatch",
3
3
  "private": false,
4
- "version": "2.1.14",
4
+ "version": "2.1.15",
5
5
  "type": "module",
6
6
  "main": "pc.js",
7
7
  "module": "pc.js",
package/pc.js CHANGED
@@ -3366,7 +3366,7 @@ const Uo = F`
3366
3366
  }
3367
3367
 
3368
3368
  .star:not(.view-mode):hover {
3369
- color: var(--pc-star-color, var(--default-star-color));
3369
+ color: var(--pc-star-hover-color, var(--pc-star-color, var(--default-star-color)));
3370
3370
  transform: scale(var(--pc-stars-hover-scale, var(--default-stars-hover-scale)));
3371
3371
  z-index: 10;
3372
3372
  text-shadow: var(--pc-stars-hover-shadow, var(--default-stars-hover-shadow));