diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-04-13 20:38:07 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2021-04-14 20:06:26 +0200 |
| commit | 7e90bb671a73a5b9de08133605ef3db93b62b50c (patch) | |
| tree | c86dab1aecf0669380c0d3682c84000c6a4d4ebd | |
| parent | cbde4f2c67667c717adecf3fac9df84954154fe0 (diff) | |
| download | rust-7e90bb671a73a5b9de08133605ef3db93b62b50c.tar.gz rust-7e90bb671a73a5b9de08133605ef3db93b62b50c.zip | |
Fixed website inline code background
| -rw-r--r-- | util/gh-pages/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
