Skip to content

Instantly share code, notes, and snippets.

@yetanotherchris
Created October 18, 2011 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetanotherchris/1294901 to your computer and use it in GitHub Desktop.
Save yetanotherchris/1294901 to your computer and use it in GitHub Desktop.
reddit CSS
/* Open
C:\Users\username\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
and pasted this into it
*/
.even {
padding: 10px !important;
font-family: Segoe UI !important;
border-bottom: 1px solid #EEE !important;
}
.thing .title {
color: black !important;
padding: 0px;
overflow: hidden;
padding-bottom: 8px !important;
font-size: 1.3em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment