From d183adaf0a320b889f977ed6e93c948c505b733e Mon Sep 17 00:00:00 2001 From: Aner Zakobar Date: Wed, 6 May 2026 12:13:00 +0300 Subject: [PATCH] Good use of colors! --- static/style.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 108355c..576c636 100644 --- a/static/style.css +++ b/static/style.css @@ -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; }