Skip to content

Instantly share code, notes, and snippets.

@fabiorochafg
Last active January 2, 2016 00:29
Show Gist options
  • Save fabiorochafg/8224042 to your computer and use it in GitHub Desktop.
Save fabiorochafg/8224042 to your computer and use it in GitHub Desktop.
Allow change attributes from any selected layout item on the page.
::selection {
background: black;
color: white;
}
::-moz-selection {
background: black;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment