Edit CSS to include code block
This commit is contained in:
parent
1af1ef39f6
commit
6fe1e4d2c6
@ -83,6 +83,19 @@ code{
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.language-code_block{
|
||||||
|
white-space: pre-line;
|
||||||
|
margin-left:1em;
|
||||||
|
margin-right:1em;
|
||||||
|
display: block;
|
||||||
|
color: white;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 500;
|
||||||
|
background: #444444;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.code_block{
|
.code_block{
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
margin-left:1em;
|
margin-left:1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user