You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
242 B
Plaintext
23 lines
242 B
Plaintext
2 years ago
|
.markdown-body {
|
||
|
background-color: transparent;
|
||
|
font-size: 14px;
|
||
|
|
||
|
ol {
|
||
|
list-style-type: decimal;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style-type: disc;
|
||
|
}
|
||
|
|
||
|
pre code,
|
||
|
pre tt {
|
||
|
line-height: 1.65;
|
||
|
}
|
||
|
|
||
|
.highlight pre,
|
||
|
pre {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
}
|