mirror of https://github.com/luizdepra/hugo-coder.git

Khosrow Moossavi
03.26.2018 f834f18de2e7983aa2fb86fa4596ce120fbf16f6
1
2
3
4
5
6
7
8
9
10
11
// Fonts
$text-font-family: Merriweather, Georgia, serif;
$heading-font-family: Lato, Helvetica, sans-serif;
$code-font-family: 'Source Code Pro', 'Lucida Console', monospace;
 
// Colors
$bg-color: #FAFAFA !default;
$fg-color: #212121 !default;
$alt-bg-color: #E0E0E0 !default;
$alt-fg-color: #000 !default;
$link-color: #1565c0 !default;