From e7ca9b6d7190c774cf3c1038a677729b13f889f9 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 2 Feb 2021 13:15:03 +0100 Subject: [PATCH] doc: fix color contrast on elements PR-URL: https://github.com/nodejs/node/pull/37185 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index a6c8f47872a2d2..d2e79444a93558 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -633,7 +633,7 @@ kbd { border-radius: 3px; border: 1px solid #b4b4b4; box-shadow: 0 1px 1px rgba(0, 0, 0, .2); - color: var(--color-text-primary); + color: #333; display: inline-block; font-size: .85em; font-weight: 700;