Blob Blame History Raw
From e34ee329738b5b8f54e62e7dd63deff5e1088bff Mon Sep 17 00:00:00 2001
From: Oliver Schmidt <ol.sc@web.de>
Date: Tue, 4 Jun 2019 11:43:07 +0200
Subject: [PATCH 002/170] Reduced shadow for h2 to improve readability.

---
 doc/doc.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doc.css b/doc/doc.css
index 232599a7..e4c316e1 100644
--- a/doc/doc.css
+++ b/doc/doc.css
@@ -26,7 +26,7 @@ h1 {
 
 h2 {
     font-size:          160%;
-    text-shadow:        2px 2px 6px #303030;
+    text-shadow:        1px 1px 3px #303030;
     letter-spacing:     1px;
     margin-top:         2em;
     margin-bottom:      1em;
-- 
2.26.0