Created
October 12, 2012 09:24
-
-
Save Angles/3878306 to your computer and use it in GitHub Desktop.
Safari UserCSS - Apple Forums Darker
This file contains 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
/* Safari UserCSS - Apple Forums Darker */ | |
/* https://discussions.apple.com/(STAR) */ | |
div#jive-body-main { | |
//background-color: #C0C0C0 !important; | |
background-color: Grey !important; | |
} | |
div.jive-thread-reply-body-container { | |
background-color: #E3E3E3 !important; | |
} | |
div.jive-thread-post-body-container { | |
//background-color: Blue !important; | |
//background-color: LightBlue !important; | |
background-color: rgb(173, 216, 230) !important; | |
} | |
div#jive-body-intro { | |
background-color: Grey !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment