Skip to content

Commit 749cd8f

Browse files
Fix color for <code> which are not in doc blocks
1 parent 1f0db5e commit 749cd8f

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/css/themes

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ h4 {
3434
background: rgba(0, 0, 0, 0);
3535
}
3636

37-
code {
37+
.docblock code {
3838
color: #ffb454;
3939
}
4040
h3 > code, h4 > code, h5 > code {

0 commit comments

Comments
 (0)