From 7e90bb671a73a5b9de08133605ef3db93b62b50c Mon Sep 17 00:00:00 2001 From: xFrednet Date: Tue, 13 Apr 2021 20:38:07 +0200 Subject: [PATCH] Fixed website inline code background --- util/gh-pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gh-pages/index.html b/util/gh-pages/index.html index 082cb35c2e0..27ecb532dd0 100644 --- a/util/gh-pages/index.html +++ b/util/gh-pages/index.html @@ -133,7 +133,7 @@ opacity: 30%; } - p > code { + :not(pre) > code { color: var(--inline-code-color); background-color: var(--inline-code-bg); }