mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Style refactor (#77)
* Change fonts * Fix colors and sizes * Fix link colors * Fix headings and links * Fix icon size
This commit is contained in:
committed by
GitHub
parent
f83b230aa2
commit
94656f4c79
11
assets/scss/_variables.scss
Normal file
11
assets/scss/_variables.scss
Normal file
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user