terribleMia’s avatarterribleMia’s Twitter Archive—№ 8,292

  1. …in reply to @5t3ph
    5t3ph There's a CSS trick for (non-persistent) style toggling. roughly: head { display: block; /* style as a toggle */ } head:hover + body { /* toggled styles */ } We used that in early Susy to show a grid overlay. I considered trying it here for a "glimpse" at inverted modes… :)