14 lines
204 B
SCSS
14 lines
204 B
SCSS
---
|
|
---
|
|
|
|
//$header-bg-color-secondary: #CE232E;
|
|
$header-bg-color-secondary: #CE232E;
|
|
$header-bg-color: #d6757c;
|
|
|
|
$section-headings-color: #CE232E;
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
html {
|
|
font-size: 14px;
|
|
} |