/* 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