This commit is contained in:
@@ -131,12 +131,22 @@ a:hover {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.column-body ul,
|
||||
.column-body ol {
|
||||
.content ul,
|
||||
.content ol {
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.content li > ul,
|
||||
.content li > ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.content ul { list-style-type: disc; }
|
||||
.content ul ul { list-style-type: circle; }
|
||||
.content ul ul ul { list-style-type: square; }
|
||||
.content ul ul ul ul { list-style-type: disc; }
|
||||
|
||||
.column-body pre {
|
||||
background: var(--color-pre-bg);
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user