pollcatch 2.2.1 → 2.2.2
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.
- package/package.json +1 -1
- package/pc.js +1 -2
package/package.json
CHANGED
package/pc.js
CHANGED
|
@@ -2535,7 +2535,7 @@ const zo = F`
|
|
|
2535
2535
|
.pc-thank-you-msg {
|
|
2536
2536
|
font-size: 0.8em;
|
|
2537
2537
|
color: var(--pc-text-color, var(--default-text-color));
|
|
2538
|
-
background:
|
|
2538
|
+
background-color: light-dark(rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.8));
|
|
2539
2539
|
padding: 1em 1.8em 1em 1em;
|
|
2540
2540
|
border-radius: var(--pc-border-radius, var(--default-border-radius));
|
|
2541
2541
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
@@ -2567,7 +2567,6 @@ const zo = F`
|
|
|
2567
2567
|
left: 0;
|
|
2568
2568
|
right: 0;
|
|
2569
2569
|
bottom: 0;
|
|
2570
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
2571
2570
|
backdrop-filter: blur(2px);
|
|
2572
2571
|
display: flex;
|
|
2573
2572
|
align-items: center;
|