Skip to content

Instantly share code, notes, and snippets.

View MalifaciousGames's full-sized avatar

Maliface MalifaciousGames

View GitHub Profile
/* colors */
:root {
--hoverColor: orange;
--disabledColor: grey;
}
/* generic wrapper */
span:has(>input:only-child) {
display: inline-flex;
position: relative;