mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Improve list and paragraph style
This commit is contained in:
parent
5c1b3397d7
commit
d4a14ec0ab
@ -12,6 +12,7 @@
|
|||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
margin: 0;
|
||||||
li {
|
li {
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
}
|
}
|
||||||
@ -29,6 +30,9 @@
|
|||||||
> p {
|
> p {
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
}
|
}
|
||||||
|
p + p {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user