Skip to content

Instantly share code, notes, and snippets.

@sillygwailo
Last active August 29, 2015 14:13
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 sillygwailo/ffe85a896af6a1954cef to your computer and use it in GitHub Desktop.
Save sillygwailo/ffe85a896af6a1954cef to your computer and use it in GitHub Desktop.
Sentence case in Linked List titles and Fireball sub-headings on Daring Fireball
/* If you know how to edit User CSS using a browser plugin, use http://daringfireball.net/* as the URLs for this CSS. */
dt {
text-transform: none !important;
font-family: Verdana, "Bitstream Vera Sans", sans-serif !important;
}
h2 {
font-size: 1.25em !important;
text-transform: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment