mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +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;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue