From 4ebbd47a61cbcd8b80263525ff2f9e08ff742d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Fri, 22 Jul 2022 17:58:28 +0200 Subject: [PATCH] Improve link contrast against background. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5dae5df..cdb1f70 100644 --- a/static/style.css +++ b/static/style.css @@ -100,7 +100,7 @@ article.post { color: #fafafe; } a { - color: #99f; + color: #94dcff; } h1,h2,h3,h4,h5,h6 { margin-top: 0;