Skip to content

Instantly share code, notes, and snippets.

@Liminiens
Last active August 16, 2017 08:40
Show Gist options
  • Save Liminiens/1ace1cf9274d557d9a0b55d28c65a782 to your computer and use it in GitHub Desktop.
Save Liminiens/1ace1cf9274d557d9a0b55d28c65a782 to your computer and use it in GitHub Desktop.
/*подключить можно через Stylish для хрома с указанием доменов habrahabr.ru и geektimes.ru */
body {
font-family: sans-serif; /* Заменяет "system stack fonts" на обычный sans-serif. По крайней мере на вин10 это стало более читаемым */
}
.comment > .comment__message, .post__text-html{
line-height: 150%; /* 1.6 -> 1.5 */
}
.comment__message{
font-size: 16px; /* 14px -> 16, так более читаемо */
}
.post__wrapper, .post__body, .post__body_crop, .comments-section {
text-align:justify; /* left -> justify */
}
.post__text-html>ol>li, .post__text-html>ul>li{
margin: 6px 0; /* 18px*2 > 6px*2, меньше отступ в элементах списка */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment