[column] annual survey
All checks were successful
Deploy to S3 / deploy (push) Successful in 41s

This commit is contained in:
2026-04-11 02:43:57 +00:00
parent da6c857c29
commit 32b2d055f2
5 changed files with 86 additions and 5 deletions

View File

@@ -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;