Good use of colors!

This commit is contained in:
2026-05-06 12:13:00 +03:00
parent 8f5cbbca38
commit d183adaf0a
+14 -6
View File
@@ -160,15 +160,23 @@ th {
}
/* ── Org-specific cleanup ────────────────────────────── */
.outline-2, .outline-3, .outline-4 { margin-top: 1.5rem; }
.outline-3, .outline-4 { margin-top: 1.5rem; }
.outline-text-2,
.outline-text-3,
.outline-text-4 {
.outline-2 {
background: #fffacd;
border-radius: 8px;
padding: 1rem 1.25rem;
margin-top: 0.5rem;
margin-top: 1.5rem;
overflow: hidden;
}
.outline-2 > h2 {
background: #bfefff;
padding: 0.5rem 1.25rem;
margin-top: 0;
}
.outline-2 > .outline-text-2 {
padding: 0.75rem 1.25rem;
}
.tag { display: none; }
#table-of-contents { margin-bottom: 2rem; }