mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* web-safe-fonts initial commit * updated contributors * reduced headings font weight * make release
18 lines
561 B
SCSS
18 lines
561 B
SCSS
// Fonts
|
|
$font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
|
|
$code-font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
|
|
|
|
// Colors
|
|
$bg-color: #FAFAFA !default;
|
|
$fg-color: #212121 !default;
|
|
$alt-bg-color: #E0E0E0 !default;
|
|
$alt-fg-color: #000 !default;
|
|
$link-color: #1565c0 !default;
|
|
|
|
// Colors dark
|
|
$bg-color-dark: #212121 !default;
|
|
$fg-color-dark: #dadada !default;
|
|
$alt-bg-color-dark: #424242 !default;
|
|
$alt-fg-color-dark: #dadada !default;
|
|
$link-color-dark: #42a5f5 !default;
|