We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea3fa4 commit 36c9561Copy full SHA for 36c9561
assets/css/style.scss
@@ -5,11 +5,11 @@ $medium-breakpoint: 42em !default;
5
6
// Headers
7
$header-heading-color: #fff !default;
8
-$header-bg-color: #e67e22 !default;
9
-$header-bg-color-secondary: #d35400 !default;
+$header-bg-color: #e67e22;
+$header-bg-color-secondary: #d35400;
10
11
// Text
12
-$section-headings-color: #e67e22 !default;
+$section-headings-color: #e67e22;
13
$body-text-color: #606c71 !default;
14
$body-link-color: #1e6bb8 !default;
15
$blockquote-text-color: #819198 !default;
0 commit comments