@appartmint/mint 2.1.10 → 2.2.3

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/dist/css/mint.css CHANGED
@@ -3212,6 +3212,10 @@ p, .mint-p {
3212
3212
  background-color: var(--mint-back);
3213
3213
  }
3214
3214
 
3215
+ .mint-texture-1 .mint-content::after {
3216
+ background-image: url("");
3217
+ }
3218
+
3215
3219
  .mint-overlay .mint-border::before, .mint-overlay .mint-frame::before, .mint-overlay .mint-card .mint-content::before, .mint-card .mint-overlay .mint-content::before, .mint-overlay .mint-texture::before {
3216
3220
  z-index: 100;
3217
3221
  }