Skip to content

Instantly share code, notes, and snippets.

@golimpio
Created March 8, 2014 05:13
Show Gist options
  • Save golimpio/9425689 to your computer and use it in GitHub Desktop.
Save golimpio/9425689 to your computer and use it in GitHub Desktop.
Custom theme for Evernote Clearly
/**
* CSS theme for the Clearly browser extension by Evernote.
* See: www.evernote.com/clearly/
*
* Additional options used alongside this CSS:
* Body font: Source Sans Pro
* Header font: Source Sans Pro
* Monospace font: Liberation Mono for Powerline
* Background: #f5f5f5
* Foregound: #4a4444
* Links: #1a7aba
*/
#text blockquote { border-color: #bababa; color: #6b6565; }
#text thead { background-color: #dfdfdf; }
#text tr:nth-child(even) { background: #E5E5E5; }
#text th { border-bottom: 1px dashed #888; }
#text hr { border-color: #c5c5c5; }
#text code, #text pre {
background-color: #E5E5E5;
border-radius: 6px;
word-wrap: break-word;
line-height: 1.3em;
font-size: 14px;
}
#text pre { padding: 0.6em 1.0em 0.5em; }
#text code { padding: 0.2em 0.4em 0.1em; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment