about summary refs log tree commit diff
path: root/src/librustdoc/html/static
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-07-14 19:53:40 +0200
committerGitHub <noreply@github.com>2021-07-14 19:53:40 +0200
commite0d72d0f9266904fe9eecc2b9eee90e8866abe3e (patch)
tree727693a5511707a7301246abfebdd76e9e6b8c4e /src/librustdoc/html/static
parente932ba31e1a69deccbab59b53b0895014508035a (diff)
parent46b4b377b8d3f09f63ec8b5bede229cd09d6aa64 (diff)
downloadrust-e0d72d0f9266904fe9eecc2b9eee90e8866abe3e.tar.gz
rust-e0d72d0f9266904fe9eecc2b9eee90e8866abe3e.zip
Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle
Fix Ayu theme <code> color

Fixes #87072 (the second regression).

r? `@notriddle`
Diffstat (limited to 'src/librustdoc/html/static')
-rw-r--r--src/librustdoc/html/static/css/themes/ayu.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/themes/ayu.css b/src/librustdoc/html/static/css/themes/ayu.css
index 9da3fe07ade..8296c3f91ca 100644
--- a/src/librustdoc/html/static/css/themes/ayu.css
+++ b/src/librustdoc/html/static/css/themes/ayu.css
@@ -34,7 +34,7 @@ h4 {
 	background: rgba(0, 0, 0, 0);
 }
 
-code {
+.docblock code {
 	color: #ffb454;
 }
 h3 > code, h4 > code, h5 > code {