Remove .notes-list custom styles

This commit is contained in:
2026-03-24 20:01:35 +08:00
parent 1789c75f18
commit 720a19e24d
-14
View File
@@ -264,20 +264,6 @@ ul {
list-style-type: square;
padding-left: 2em;
}
.notes-list {
list-style: none;
padding-left: 0;
margin-left: 0;
}
.notes-list li {
position: relative;
padding-left: 1em;
}
.notes-list li::before {
content: "-";
position: absolute;
left: 0;
}
li {
margin-bottom: 0.15em;
}