From fcaed5b2290b93c89955c71480df91d70d4f7b5a Mon Sep 17 00:00:00 2001 From: masterpmi Date: Fri, 24 Jul 2026 09:50:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20static/css/custom.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 228bb96..97992b6 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -13,6 +13,14 @@ font-weight: normal; font-style: normal; } +body { + font-family: 'Fractal', sans-serif; + max-width: 900px; + margin: 0 auto; + padding: 20px; + line-height: 1.6; + color: #333; + } header { border-bottom: 2px solid #003366; padding-bottom: 10px; margin-bottom: 30px; } h1 { color: #003366; } h2 { color: #004080; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-top: 30px; }