@snippyly/plugin-staging 1.0.20 → 1.0.21

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/snippyly.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snippyly/plugin-staging",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "",
5
5
  "main": "snippyly.js",
6
6
  "scripts": {
package/snippyly.js CHANGED
@@ -179,6 +179,7 @@ const ni=(i=>(...t)=>({_$litDirective$:i,values:t}))(class extends class{constru
179
179
  box-sizing: border-box;
180
180
  align-items: center;
181
181
  z-index: 999999995;
182
+ color: black !important;
182
183
  box-shadow: 0 ${ci(1)} ${ci(3)} #0000002d;
183
184
  margin-bottom: ${ci(3)}; // Added to prevent overlap between plugin UI and webflow badge
184
185
  /* overflow: hidden; */