Добавлены стили для статей

This commit is contained in:
Anton Vakhrushev
2019-05-06 16:29:19 +03:00
parent ac189b603f
commit e7d3b02d92
3 changed files with 28 additions and 2 deletions

View File

@ -1,8 +1,9 @@
$base-font-family: 'PT Serif', serif;
$base-monospace-font-family: 'PT Mono', monospace;
// Базовый размер шрифта
$base-font-size: 20px;
$base-font-color: #000;
$base-font-color: #24292e; // from github
// Ширина страницы
$preferred-width: 700px;