Last active
August 29, 2015 14:07
-
-
Save egid/72264a03ddcc833e3cb8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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