From 91031909553928b6aa8f1ce50ba93c9d1899863a Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 30 Apr 2014 00:00:38 +0200 Subject: Remove em font-weight bold (to avoid emphasize with both italic and bold at the same time). --- style.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style.scss b/style.scss index 51ac53a..77ee491 100644 --- a/style.scss +++ b/style.scss @@ -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); } } -- cgit v1.2.3