From 6a22d7c11df20141b4b702a6615c46f465d27ebb Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 16 Oct 2013 12:45:00 -0700 Subject: [PATCH] Update SCSS, fix bug where code annotations had wrong font. --- source/stylesheets/all.css.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/all.css.scss b/source/stylesheets/all.css.scss index 6c17a9b..29b159c 100644 --- a/source/stylesheets/all.css.scss +++ b/source/stylesheets/all.css.scss @@ -327,7 +327,6 @@ html, body { float:right; clear:right; - @extend %code-font; @include box-sizing(border-box); @include text-shadow(0px 1px 2px rgba(0,0,0,0.4)); @@ -340,6 +339,10 @@ html, body { } } + pre { + @extend %code-font; + } + blockquote { &>p { background-color: $code-annotation-bg;