mirror of
https://github.com/danbulant/api_docs
synced 2026-06-09 17:41:44 +00:00
Update SCSS, fix bug where code annotations had wrong font.
This commit is contained in:
parent
35a5d35512
commit
6a22d7c11d
1 changed files with 4 additions and 1 deletions
|
|
@ -327,7 +327,6 @@ html, body {
|
||||||
float:right;
|
float:right;
|
||||||
clear:right;
|
clear:right;
|
||||||
|
|
||||||
@extend %code-font;
|
|
||||||
@include box-sizing(border-box);
|
@include box-sizing(border-box);
|
||||||
@include text-shadow(0px 1px 2px rgba(0,0,0,0.4));
|
@include text-shadow(0px 1px 2px rgba(0,0,0,0.4));
|
||||||
|
|
||||||
|
|
@ -340,6 +339,10 @@ html, body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
@extend %code-font;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
&>p {
|
&>p {
|
||||||
background-color: $code-annotation-bg;
|
background-color: $code-annotation-bg;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue