Skip to content

Instantly share code, notes, and snippets.

@Angles
Created October 12, 2012 09:24
Show Gist options
  • Save Angles/3878306 to your computer and use it in GitHub Desktop.
Save Angles/3878306 to your computer and use it in GitHub Desktop.
Safari UserCSS - Apple Forums Darker
/* 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