Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-02 15:15:03 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-02-02 20:05:52 +0300
commit47bfde00fdc0dfd00fa67f2f384addc11f2af4c4 (patch)
tree4b49a0629224832285baf51f448439fb1c3f67c3
parent4551d14b8ebee19dc5984450784ce3a0f63c263e (diff)
doc: fix color contrast on <kbd> elements
PR-URL: https://github.com/nodejs/node/pull/37185 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r--doc/api_assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index a6c8f47872a..d2e79444a93 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;