diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-08-28 11:43:21 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-08-28 11:44:02 +0200 |
| commit | 1c3aedd23ab89b03bae389ec501845d03da63015 (patch) | |
| tree | 0925312c93c05dfa31ac6ce305a7cd3416dff1ef /src/librustdoc/html/static | |
| parent | ac50a53359328a5d7f2f558833e63d59d372e4f7 (diff) | |
| download | rust-1c3aedd23ab89b03bae389ec501845d03da63015.tar.gz rust-1c3aedd23ab89b03bae389ec501845d03da63015.zip | |
Fix code blocks color in ayu theme
Diffstat (limited to 'src/librustdoc/html/static')
| -rw-r--r-- | src/librustdoc/html/static/css/themes/ayu.css | 2 |
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 dab6d655c6a..f9ddef4120b 100644 --- a/src/librustdoc/html/static/css/themes/ayu.css +++ b/src/librustdoc/html/static/css/themes/ayu.css @@ -40,7 +40,7 @@ h4 { .code-header { color: #e6e1cf; } -pre > code { +.docblock pre > code, pre > code { color: #e6e1cf; } span code { |
