diff options
| author | Barry Clark <barry@barryclark.co> | 2014-08-28 21:56:14 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-08-28 21:56:14 -0400 |
| commit | 5dc43301e9531ef4860d4b5d22efcfa94955e1b4 (patch) | |
| tree | 1363e400bc6bba7384bf000a76e5ea0b23b667aa /style.scss | |
| parent | 048f23c23734220bd2ebb5fd59e3d7a479636b0b (diff) | |
| download | acn-blog-5dc43301e9531ef4860d4b5d22efcfa94955e1b4.tar.gz acn-blog-5dc43301e9531ef4860d4b5d22efcfa94955e1b4.tar.bz2 acn-blog-5dc43301e9531ef4860d4b5d22efcfa94955e1b4.zip | |
Visual improvements to the font weight of headers
Diffstat (limited to 'style.scss')
| -rwxr-xr-x | style.scss | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -45,19 +45,18 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 32px; + font-size: 30px; a { color: inherit; } } h2 { - font-weight: 400; font-size: 24px; } h3 { - font-size: 18px; + font-size: 20px; } h4 { |
