mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
Fix backtick formatting
This commit is contained in:
parent
b2779ce70c
commit
5148bf3fc8
3
_sass/vendor/_highlight.scss
vendored
3
_sass/vendor/_highlight.scss
vendored
@ -27,9 +27,10 @@ pre {
|
|||||||
padding: 1.5em 999em 1.5em 999em;
|
padding: 1.5em 999em 1.5em 999em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Forces inline single ticks to stay together
|
// Controls inline backtick blocks
|
||||||
code.highlighter-rouge {
|
code.highlighter-rouge {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
Loading…
Reference in New Issue
Block a user