💾 Archived View for goodclover.xyz › texts › Project-Space-Station › edits.css captured on 2022-06-04 at 02:58:20.
-=-=-=-=-=-=-
del, ins { text-decoration: none; } del { background-color: #F004; display: inline; } ins { background-color: #0F04; display: inline; } com { background-color: #00F4; display: inline; } com::before { content: "["; } com::after { content: "]"; } del { user-select: none; } del:hover { user-select: unset; } :not(rep) > del { color: transparent; } :not(rep) > del:hover { color: unset; } rep { background: linear-gradient(to bottom right, #0F04, #0F04 40%, #F004 40%, #F004 60%, #0F04 60%, #0F04 100%); } rep:hover { background: linear-gradient(to bottom right, #F004, #F004 40%, #0F04 40%, #0F04 60%, #F004 60%, #F004 100%); } rep > del { background-color: unset; display: none; } rep > ins { background-color: unset; display: inline; } rep:hover > del { display: inline; } rep:hover > ins { display: none; }