deploy: zensical build from a31d6ac

This commit is contained in:
forgejo-actions 2026-06-03 11:35:02 +00:00
parent f26a8c247f
commit 32768c8003

View file

@ -561,6 +561,22 @@ article h1, article h2, article h3 {
image-rendering: pixelated; image-rendering: pixelated;
} }
/* ── Comments section ── */
#__comments {
font-size: 1.15rem;
font-weight: 650;
margin: 2.5rem 0 0.8rem;
padding-bottom: 0.4rem;
border-bottom: 2px solid var(--gp-secondary);
}
#cusdis_thread {
min-height: 280px;
padding: 0.8rem 0;
}
#cusdis_thread iframe {
border-radius: 12px;
}
/* Print */ /* Print */
@media print { @media print {
body { body {