From f75fe9ab71d39330f20e5cd65380408e6561f5e3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 24 Jan 2020 05:00:38 -0800 Subject: [PATCH] doc: enable visual code indication in headers This enables the grey background for inline code in headers. Refs: https://github.com/nodejs/node/pull/31460#issuecomment-577154740 PR-URL: https://github.com/nodejs/node/pull/31493 Reviewed-By: Richard Lau Reviewed-By: Geoffrey Booth Reviewed-By: Luigi Pinca --- doc/api_assets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 67576b9a2d4d14..1310d64eb1b730 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -33,7 +33,6 @@ h3, h3 code, h4, h4 code, h5, h5 code, h6, h6 code { - background-color: inherit; color: inherit; font-family: inherit; font-weight: 700;