Address code review comment
This commit is contained in:
parent
dad47e715e
commit
dce059f507
1 changed files with 5 additions and 7 deletions
|
@ -42,6 +42,11 @@ $block-border-radius: 0.15rem;
|
|||
border-radius: $block-border-radius;
|
||||
font-size: $font-size-14;
|
||||
overflow-x: auto;
|
||||
|
||||
code {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
@ -67,11 +72,4 @@ $block-border-radius: 0.15rem;
|
|||
background: $gray-100;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
code {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue