[Issues 48] Fix indentation and bg in highlight code block
This commit is contained in:
parent
46e3b58404
commit
dad47e715e
1 changed files with 8 additions and 1 deletions
|
@ -67,4 +67,11 @@ $block-border-radius: 0.15rem;
|
|||
background: $gray-100;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
code {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue