Skip to content

Bit #17

CSS: When an item is being hovered, select all the other items, but not the one that is being hovered.

.grid:has(.item:hover) .item:not(:hover) {
mix-blend-mode: luminosity;
}