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 {
|
.content code .aw {
|
||||||
color: #483D8B;
|
color: #483D8B;
|
||||||
}
|
}
|
||||||
pre {
|
.content pre {
|
||||||
|
border: 1px solid #999;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
@ -238,9 +239,9 @@ pre {
|
||||||
background-color: #E5E5E5;
|
background-color: #E5E5E5;
|
||||||
}
|
}
|
||||||
.content pre code {
|
.content pre code {
|
||||||
border: 1px solid #999;
|
|
||||||
display: block;
|
display: block;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
width: fit-content;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
.content code .bv {
|
.content code .bv {
|
||||||
|
|
Loading…
Reference in a new issue