diff options
| author | Lzu Tao <taolzu@gmail.com> | 2020-07-28 05:12:12 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2020-07-28 05:12:12 +0000 |
| commit | 5faef5e00c8a301d6f44e44633ae5150a14ee34c (patch) | |
| tree | c068421e136b44a50d9314d336131bac162a3823 | |
| parent | ac48e62db85e6db4bbe026490381ab205f4a614d (diff) | |
| download | rust-5faef5e00c8a301d6f44e44633ae5150a14ee34c.tar.gz rust-5faef5e00c8a301d6f44e44633ae5150a14ee34c.zip | |
ayu theme: Change doccomment color to `#a1ac88`
Co-authored-by: Cldfire <cldfire@3grid.net>
| -rw-r--r-- | src/librustdoc/html/static/themes/ayu.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css index 01b7ae87786..f4710f6ae87 100644 --- a/src/librustdoc/html/static/themes/ayu.css +++ b/src/librustdoc/html/static/themes/ayu.css @@ -197,9 +197,8 @@ pre { color: #a37acc; } -pre.rust .comment, pre.rust .doccomment { - color: #788797; -} +pre.rust .comment { color: #788797; } +pre.rust .doccomment { color: #a1ac88; } nav:not(.sidebar) { border-bottom-color: #424c57; |
