From eb9e1ccbeb45bc7e10cb6c0a9ea306167fb9a4ef Mon Sep 17 00:00:00 2001 From: laramerdol Date: Mon, 22 Jul 2024 21:11:43 +0300 Subject: [PATCH] Fix issue #150 --- docs/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/style.css b/docs/style.css index 12fd089..4e4c45f 100644 --- a/docs/style.css +++ b/docs/style.css @@ -70,6 +70,9 @@ h1 { margin-bottom: 20px; font-size: 2.5em; /* Larger font size for prominence */ } +h2{ + color: #444; +} p { line-height: 1.6;