Skip to content

Instantly share code, notes, and snippets.

@egid
Last active August 29, 2015 14:07
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 egid/72264a03ddcc833e3cb8 to your computer and use it in GitHub Desktop.
Save egid/72264a03ddcc833e3cb8 to your computer and use it in GitHub Desktop.
/* Stylish rules for URLs on the domain Ello.co
* author @egid
*/
/* get rid of whatever that awful monospace is */
* {
font-family: 'Helvetica Neue', Arial, sans-serif;
}
/* reset their shitty reset */
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, .icon--mention, .icon--mention-direct, table, legend, .form__actions, .form__label, .avatar__actions, .postbar, .comment__actions, .comment__body, .wtf, .toolbar__group a, .authentication__login, .post, .login-btn, .logout-btn, .bio__counter {
font-size: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment