Skip to content

Instantly share code, notes, and snippets.

@sidepodcast
Created August 20, 2010 18:32
Show Gist options
  • Save sidepodcast/540874 to your computer and use it in GitHub Desktop.
Save sidepodcast/540874 to your computer and use it in GitHub Desktop.
Basic CSS style rules
/* vertical scrollbar placeholder */
html { overflow-y: scroll; }
/* inverse selection highlight */
::selection { background: #3f87cb; color: #fff; text-shadow: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment