removed transparency on images

This commit is contained in:
2026-05-16 18:41:15 +02:00
parent 632f2977b1
commit 0039809199
+9
View File
@@ -2238,6 +2238,15 @@ html.cybersigil body::after {
.cybersigil .plate:hover .plate-caption-title { .cybersigil .plate:hover .plate-caption-title {
text-shadow: -1px 0 0 var(--sky), 1px 0 0 var(--mauve); text-shadow: -1px 0 0 var(--sky), 1px 0 0 var(--mauve);
} }
/* The plate-fade-up entrance leaves `transform: translateY(0)` (forwards)
* permanently on .plate-enter — a stacking context that traps the lifted
* images below the fixed FX. Raise the whole entrance wrapper (catalogue
* tiles AND the post-page article) above the ambient layer so the looping
* background sigil can no longer bleed through any post image. */
.cybersigil .plate-enter {
position: relative;
z-index: 13;
}
/* Lift the imagery clear of the ambient FX/grain so photos read solid — /* Lift the imagery clear of the ambient FX/grain so photos read solid —
* only the hover sigil (cs-plate-sig, z-index above this) sits over them. */ * only the hover sigil (cs-plate-sig, z-index above this) sits over them. */
.cybersigil .plate-image { .cybersigil .plate-image {