@tapizlabs/ui 0.2.28 → 0.2.30
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/theme.css +2 -2
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -484,8 +484,8 @@ html:not(.dark) {
|
|
|
484
484
|
border-bottom: 1px solid var(--color-border);
|
|
485
485
|
background: color-mix(in srgb, var(--color-ink-000) 72%, transparent);
|
|
486
486
|
box-shadow: 0 18px 46px -36px rgba(0, 0, 0, .7);
|
|
487
|
-
backdrop-filter: blur(20px) saturate(140%);
|
|
488
487
|
-webkit-backdrop-filter: blur(20px) saturate(140%);
|
|
488
|
+
backdrop-filter: blur(20px) saturate(140%);
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
body.tapiz-landing-navbar-open .tapiz-landing-navbar {
|
|
@@ -654,8 +654,8 @@ html:not(.dark) .tapiz-landing-navbar__theme-track {
|
|
|
654
654
|
border: 0;
|
|
655
655
|
cursor: pointer;
|
|
656
656
|
background: color-mix(in srgb, var(--color-ink-000) 55%, transparent);
|
|
657
|
-
backdrop-filter: blur(8px);
|
|
658
657
|
-webkit-backdrop-filter: blur(8px);
|
|
658
|
+
backdrop-filter: blur(8px);
|
|
659
659
|
opacity: 0;
|
|
660
660
|
transition: opacity .2s ease;
|
|
661
661
|
}
|