Commit 6a22d7c1 authored by Robert Lord's avatar Robert Lord

Update SCSS, fix bug where code annotations had wrong font.

parent 35a5d355
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment