/* Main Variables */ :root { --main-dark: black; --main-light: white; } /* Global Styles */ ::selection { background: var(--main-dark); color: var(--main-light); text-shadow: none; } img::selection, svg::selection { background: transparent; } /* Link color inherits from parent font color */ a { color: inherit; } /* Disable / enable clicking on an element and its children */ .no-click { pointer-events: none; } .can-click { pointer-events: auto; } /* Target any element with a certain "word" in the class name */ [class*="spacer"] { }

404

We couldn’t find the page
you were looking for

GO BACK TO HOME