Add comments for clarity

This commit is contained in:
Chester How 2017-12-29 14:50:27 +08:00
parent c3a69c1b66
commit 8e4576391f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Colors
$default-color: #555;
$default-shade: #353535;
$default-tint: #aaa;
@ -9,6 +10,7 @@ $blue: #4a9ae1;
$shadow-color: rgba(0, 0, 0, .2);
$code-color: #bf616a;
// Fonts
$serif-primary: 'Libre Baskerville', 'Times New Roman', Times, serif;
$serif-secondary: Palatino, 'Palatino LT STD', 'Palatino Linotype', 'Book Antiqua', 'Georgia', serif;
$sans-serif: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;