fix(style): don't apply padding to full codeblock
This commit is contained in:
parent
818173b806
commit
b1f31f7850
@ -240,7 +240,7 @@ article {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code:not([class*="language-"]) {
|
||||||
background: #1e1e1e !important;
|
background: #1e1e1e !important;
|
||||||
color: #dcdcda !important;
|
color: #dcdcda !important;
|
||||||
font-size: inherit !important;
|
font-size: inherit !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user