mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-01 20:53:13 +01:00
23 lines
805 B
SCSS
23 lines
805 B
SCSS
// Variables
|
|
|
|
// Color overrides
|
|
|
|
// Set a custom color
|
|
$orange: #f4623a !default;
|
|
$brown: #5c4d42 !default;
|
|
|
|
// Set primary color to orange
|
|
$primary: #52859e !default;
|
|
|
|
// Font overrides
|
|
$font-family-sans-serif: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 'Noto Color Emoji' !default;
|
|
|
|
$font-family-serif: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 'Noto Color Emoji' !default;
|
|
|
|
$font-family-base: $font-family-serif !default;
|
|
|
|
$headings-font-family: $font-family-sans-serif !default;
|
|
|
|
// Custom variables
|
|
$navbar-height: 72px;
|