Skip to content

Commit 5faef5e

Browse files
tesujiCldfire
andcommitted
ayu theme: Change doccomment color to #a1ac88
Co-authored-by: Cldfire <cldfire@3grid.net>
1 parent ac48e62 commit 5faef5e

File tree

1 file changed

+2
-3
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+2
-3
lines changed

src/librustdoc/html/static/themes/ayu.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,8 @@ pre {
197197
color: #a37acc;
198198
}
199199

200-
pre.rust .comment, pre.rust .doccomment {
201-
color: #788797;
202-
}
200+
pre.rust .comment { color: #788797; }
201+
pre.rust .doccomment { color: #a1ac88; }
203202

204203
nav:not(.sidebar) {
205204
border-bottom-color: #424c57;

0 commit comments

Comments
 (0)