Nicer formatting

This commit is contained in:
2026-05-06 12:03:46 +03:00
parent d97529a8e2
commit 8f5cbbca38
2 changed files with 13 additions and 4 deletions
+10 -1
View File
@@ -1,7 +1,7 @@
/* ── Custom Properties ───────────────────────────────── */
:root {
--bg: #ffffe0;
--fg: #1a1a1a;
--fg: #2f4f4f;
--muted: #666666;
--accent: #2563eb;
--border: #e5e5e5;
@@ -161,5 +161,14 @@ th {
/* ── Org-specific cleanup ────────────────────────────── */
.outline-2, .outline-3, .outline-4 { margin-top: 1.5rem; }
.outline-text-2,
.outline-text-3,
.outline-text-4 {
background: #fffacd;
border-radius: 8px;
padding: 1rem 1.25rem;
margin-top: 0.5rem;
}
.tag { display: none; }
#table-of-contents { margin-bottom: 2rem; }