Skip to content

Commit 36c9561

Browse files
authored
Update style.scss
1 parent eea3fa4 commit 36c9561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ $medium-breakpoint: 42em !default;
55

66
// Headers
77
$header-heading-color: #fff !default;
8-
$header-bg-color: #e67e22 !default;
9-
$header-bg-color-secondary: #d35400 !default;
8+
$header-bg-color: #e67e22;
9+
$header-bg-color-secondary: #d35400;
1010

1111
// Text
12-
$section-headings-color: #e67e22 !default;
12+
$section-headings-color: #e67e22;
1313
$body-text-color: #606c71 !default;
1414
$body-link-color: #1e6bb8 !default;
1515
$blockquote-text-color: #819198 !default;

0 commit comments

Comments
 (0)