mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Change fonts * Fix colors and sizes * Fix link colors * Fix headings and links * Fix icon size
12 lines
339 B
SCSS
12 lines
339 B
SCSS
// 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;
|