Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_settings.scss « sass « static - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c0e5854188c7a84c300351ddc8041ac8f8f7163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
////
/// Configuration and Customization
////


// Typography

$fontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
$fontFamilyAlternative: Georgia,Times,Times New Roman,serif;
$fontSize: 1em;
$baseline: 1.5;


// ColorScheme

$black: #000;
$dark: #333;
$light: #777;
$white: #fff;