diff options
author | Siri Reiter <siri@jones.dk> | 2014-04-30 00:00:38 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2014-04-30 00:35:41 +0200 |
commit | 91031909553928b6aa8f1ce50ba93c9d1899863a (patch) | |
tree | 39a010a2627155d82d0d9d3386a437ff2088af93 | |
parent | 0eaddb39b1e20d293b2cdb7c09e0a9cc345163cb (diff) |
Remove em font-weight bold (to avoid emphasize with both italic and bold at the same time).
-rw-r--r-- | style.scss | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -46,10 +46,6 @@ p { @include rhythm; } -em { - font-weight: bold; -} - ol, ul { list-style: disc inside none; @@ -312,8 +308,12 @@ img.img { padding: rhythm(1) rhythm(.5); background-color: LightBlue; text-align: left; - > h3 { - margin: 0; + > h1 { + @include adjust-font-size-to(16px); + font-weight: bold; + } + > h2 { + @include adjust-font-size-to(24px); } } |