From 5faef5e00c8a301d6f44e44633ae5150a14ee34c Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Tue, 28 Jul 2020 05:12:12 +0000 Subject: [PATCH] ayu theme: Change doccomment color to `#a1ac88` Co-authored-by: Cldfire --- src/librustdoc/html/static/themes/ayu.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/librustdoc/html/static/themes/ayu.css b/src/librustdoc/html/static/themes/ayu.css index 01b7ae8778671..f4710f6ae873a 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;