mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
优化:调整引用文本下有序和无序列表的下边距,使其内容更为紧凑
This commit is contained in:
parent
00ec02a6d3
commit
3be43dcd16
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user