Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68b0e4d0bd |
+5
-5
@@ -181,12 +181,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Console-module surface: translucent + blurred so the animated background
|
/* Console-module surface: translucent + blurred so the animated background
|
||||||
sweep shines through. ring-0 zeroes out Card's own default
|
sweep shines through. Card's own default `ring-1 ring-foreground/10`
|
||||||
`ring-1 ring-foreground/10` (components/ui/card.tsx) - shadow-xl's
|
(components/ui/card.tsx) still shows through here - shadow-xs's box-shadow
|
||||||
box-shadow formula reads the same --tw-ring-shadow custom property, so
|
formula reads the same --tw-ring-shadow custom property Card sets, and
|
||||||
without this the ring bleeds through regardless of shadow-xl "winning". */
|
nothing here resets it. */
|
||||||
.bp-glass {
|
.bp-glass {
|
||||||
@apply shadow-xl ring-0 border-0;
|
@apply shadow-xs;
|
||||||
background: color-mix(in srgb, var(--card) 55%, transparent);
|
background: color-mix(in srgb, var(--card) 55%, transparent);
|
||||||
backdrop-filter: blur(20px) saturate(150%);
|
backdrop-filter: blur(20px) saturate(150%);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sexy",
|
"name": "sexy",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user