[style fix] delete margin in backtick codeblock

fix #266
This commit is contained in:
zzossig 2020-06-12 13:56:59 +09:00
parent 6ae0e3a583
commit 2175f01297
3 changed files with 1 additions and 4 deletions

View File

@ -282,7 +282,6 @@
code:not([class^=language]) { code:not([class^=language]) {
padding: 3px 7px; padding: 3px 7px;
margin: 0 0.25rem;
@include themify($codeblock) { @include themify($codeblock) {
color: themed('content-code-color'); color: themed('content-code-color');
} }
@ -301,7 +300,6 @@
code:not([class^=language]) { code:not([class^=language]) {
padding: 3px 7px; padding: 3px 7px;
margin: 0 0.25rem;
@include themify($codeblock) { @include themify($codeblock) {
color: themed('content-code-color'); color: themed('content-code-color');
} }
@ -428,7 +426,6 @@
code:not([class^=language]) { code:not([class^=language]) {
padding: 3px 7px; padding: 3px 7px;
margin: 0 0.25rem;
@include themify($codeblock) { @include themify($codeblock) {
color: themed('content-code-color'); color: themed('content-code-color');
} }