优化显示
This commit is contained in:
parent
0ce588b241
commit
caa8dca59a
|
@ -209,14 +209,14 @@ export default {
|
||||||
.content:deep(.github-markdown-body) {
|
.content:deep(.github-markdown-body) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: unset;
|
font-size: unset;
|
||||||
blockquote,
|
> blockquote,
|
||||||
details,
|
> details,
|
||||||
dl,
|
> dl,
|
||||||
ol,
|
> ol,
|
||||||
p:last-child,
|
> p:last-child,
|
||||||
pre,
|
> pre,
|
||||||
table,
|
> table,
|
||||||
ul {
|
> ul {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue