Изменен цвет ссылок

This commit is contained in:
2019-08-30 12:13:44 +03:00
parent 89ea91a556
commit 0ee394a364
4 changed files with 32 additions and 12 deletions

View File

@ -5,6 +5,9 @@ $base-monospace-font-family: 'Source Code Pro', monospace;
$base-font-size: 20px;
$base-font-color: #24292e; // from github
// Цвет ссылок
$link-color: #0366d6; // from github
// Ширина страницы
$preferred-width: 740px;