From b6fa30256ebe64f5f0bc7556f886fb1b60ff7be5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 12 Oct 2020 20:04:20 +0300 Subject: [PATCH] Turn down the brightness [CI skip] Co-authored-by: nulano --- docs/resources/css/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/css/dark.css b/docs/resources/css/dark.css index a813f0ec9..6c3d43202 100644 --- a/docs/resources/css/dark.css +++ b/docs/resources/css/dark.css @@ -1991,6 +1991,6 @@ /* For black-on-white/transparent images at handbook/text-anchors.html */ #text-anchors img { - filter: invert(1); + filter: invert(1) brightness(0.85); } }