From 8b4eddf18c33d0dfb791937e601263f017e48650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20S=C3=A1=20Maia?= Date: Sun, 6 Apr 2025 22:50:44 +0200 Subject: [PATCH] Use pure black as font color On a high quality IPS LCD screen, `#333` and pure `black` `#000` isn't much different. However, on lower quality TN LCD screens, or on eink screens (e.g. e-book readers), the difference is way more notable. Having dark gray instead of pure black leads to a noticeable reduction of contrast and makes the text much harder to read. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d147900..3e66c7e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@