Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ab5889

Browse files
committedMar 11, 2016
Fix colors and header weight
1 parent d7db140 commit 2ab5889

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎_sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ li {
8181
*/
8282
h1, h2, h3, h4, h5, h6 {
8383
font-family: $header-font-family;
84-
font-weight: 400;
84+
color: $header-color;
8585
}
8686

8787

‎_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
.page-link {
35-
color: $text-color;
35+
color: $header-color;
3636
line-height: $base-line-height;
3737

3838
// Gaps between nav items, but not on the first one

‎css/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ $base-line-height: 1.5;
1313

1414
$spacing-unit: 30px;
1515

16-
$text-color: #111;
16+
$text-color: #242B34;
17+
$header-color: #475363;
1718
$background-color: #fdfdfd;
1819
$brand-color: #DF8138;
1920

0 commit comments

Comments
 (0)
Please sign in to comment.