[Issues 48] Fix indentation and bg in highlight code block

This commit is contained in:
Hoa 2019-05-04 21:57:37 +08:00 committed by Alex Shpak
parent 46e3b58404
commit dad47e715e

View file

@ -67,4 +67,11 @@ $block-border-radius: 0.15rem;
background: $gray-100; background: $gray-100;
} }
} }
.highlight {
code {
padding: 0;
background: none;
}
}
} }