feat: Change codeblock background color
This commit is contained in:
parent
d0e9fb4957
commit
68fbc0b3f1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ code:not(pre>code) {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background: #000000;
|
background: #272822;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue