This commit is contained in:
parent
0fc331b10f
commit
934892f81a
1 changed files with 3 additions and 2 deletions
|
@ -151,7 +151,8 @@
|
|||
.content code .aw {
|
||||
color: #483D8B;
|
||||
}
|
||||
pre {
|
||||
.content pre {
|
||||
border: 1px solid #999;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
@ -238,9 +239,9 @@ pre {
|
|||
background-color: #E5E5E5;
|
||||
}
|
||||
.content pre code {
|
||||
border: 1px solid #999;
|
||||
display: block;
|
||||
padding: 20px;
|
||||
width: fit-content;
|
||||
color: #000000;
|
||||
}
|
||||
.content code .bv {
|
||||
|
|
Loading…
Reference in a new issue