Created
August 20, 2010 18:32
-
-
Save sidepodcast/540874 to your computer and use it in GitHub Desktop.
Basic CSS style rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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