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,
|
||||
ol {
|
||||
padding-left: 16px;
|
||||
margin: 0;
|
||||
li {
|
||||
line-height: 1.75;
|
||||
}
|
||||
@ -29,6 +30,9 @@
|
||||
> p {
|
||||
line-height: 1.75;
|
||||
}
|
||||
p + p {
|
||||
margin-top: 8px;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user