Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Renyuan Z committed Jan 8, 2016
1 parent 5d9dbcd commit 8e65666
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ url: # the base hostname & protocol for your site
#
timezone: Europe/Paris
markdown: kramdown
highlighter: rouge
highlighter: pygments
excerpt_separator: <!--more-->
permalink: /articles/:year-:month/:title

Expand Down
15 changes: 8 additions & 7 deletions _sass/components/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ a {

h1, h2, h3, h4, h5, h6 {
font-weight: 600;
line-height: 1.7;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
Expand All @@ -58,12 +59,12 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: lighten($text-color, 24%);
}
}
h1 { font-size: $font-size-h1; line-height: 110%; margin: ($font-size-h1 / 2) 0 ($font-size-h1 / 2.5) 0;}
h2 { font-size: $font-size-h2; line-height: 110%; margin: ($font-size-h2 / 2) 0 ($font-size-h2 / 2.5) 0;}
h3 { font-size: $font-size-h3; line-height: 110%; margin: ($font-size-h3 / 2) 0 ($font-size-h3 / 2.5) 0;}
h4 { font-size: $font-size-h4; line-height: 110%; margin: ($font-size-h4 / 2) 0 ($font-size-h4 / 2.5) 0;}
h5 { font-size: $font-size-h5; line-height: 110%; margin: ($font-size-h5 / 2) 0 ($font-size-h5 / 2.5) 0;}
h6 { font-size: $font-size-h6; line-height: 110%; margin: ($font-size-h6 / 2) 0 ($font-size-h6 / 2.5) 0; text-transform: uppercase;}
h1 { font-size: $font-size-h1; margin: ($font-size-h1 / 2) 0 ($font-size-h1 / 2.5) 0;}
h2 { font-size: $font-size-h2; margin: ($font-size-h2 / 2) 0 ($font-size-h2 / 2.5) 0;}
h3 { font-size: $font-size-h3; margin: ($font-size-h3 / 2) 0 ($font-size-h3 / 2.5) 0;}
h4 { font-size: $font-size-h4; margin: ($font-size-h4 / 2) 0 ($font-size-h4 / 2.5) 0;}
h5 { font-size: $font-size-h5; margin: ($font-size-h5 / 2) 0 ($font-size-h5 / 2.5) 0;}
h6 { font-size: $font-size-h6; margin: ($font-size-h6 / 2) 0 ($font-size-h6 / 2.5) 0; text-transform: uppercase;}

//
// Horizontal rules
Expand All @@ -82,7 +83,7 @@ hr {

em { font-style: italic; }

strong { font-weight: 700; }
strong { font-weight: 600; }

small,
.small {
Expand Down

0 comments on commit 8e65666

Please sign in to comment.