优化:调整引用文本下有序和无序列表的下边距,使其内容更为紧凑

This commit is contained in:
mjsoftware 2024-03-02 16:21:57 +08:00
parent 00ec02a6d3
commit 3be43dcd16

View File

@ -3470,9 +3470,22 @@ button.swiper-pagination-bullet {
& > :last-child {
margin: 0 !important;
& > li:last-child {
margin-bottom: 0 !important;
}
}
& > ol > li > p {
margin-bottom: 0px !important;
}
& > ul> li > p {
margin-bottom: 0px !important;
}
}
a:not([class]) {
line-height: 1.7em;
color: var(--theme);
@ -3496,6 +3509,10 @@ button.swiper-pagination-bullet {
line-height: 1.6em;
margin-bottom: 4px;
&:last-child {
margin-bottom: 0 !important;
}
&.task-list-item {
list-style: none;