diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-27 20:56:19 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-27 20:56:19 -0400 |
| commit | bef20c4d5ba2e2c32ac4808227cc14d4feadef0e (patch) | |
| tree | cbeaae22e2d028837ba3bcd399ae3cc420878af9 | |
| parent | 1d2c8ceb6753253e0fe38d315639e944117db939 (diff) | |
| download | acn-blog-bef20c4d5ba2e2c32ac4808227cc14d4feadef0e.tar.gz acn-blog-bef20c4d5ba2e2c32ac4808227cc14d4feadef0e.tar.bz2 acn-blog-bef20c4d5ba2e2c32ac4808227cc14d4feadef0e.zip | |
Toned down h2-h4 sizes
| -rwxr-xr-x | scss/style.scss | 8 | ||||
| -rw-r--r-- | style.css | 7 |
2 files changed, 4 insertions, 11 deletions
diff --git a/scss/style.scss b/scss/style.scss index 47ddc1f..c13b927 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -48,19 +48,15 @@ h1 { } h2 { - font-size: 26px; -} - -h3 { font-size: 22px; } -h4 { +h3 { font-size: 18px; font-weight: 600; } -h5 { +h4 { font-size: 18px; color: $gray; font-weight: 600; @@ -342,16 +342,13 @@ h1 { color: inherit; } h2 { - font-size: 26px; } - -h3 { font-size: 22px; } -h4 { +h3 { font-size: 18px; font-weight: 600; } -h5 { +h4 { font-size: 18px; color: #666666; font-weight: 600; } |
