Skip to content

Commit 66317a3

Browse files
Update highlight colors
1 parent 26d124c commit 66317a3

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

src/librustdoc/html/static/styles/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ pre {
7474
.content .highlighted.mod { background-color: #afc6e4; }
7575
.content .highlighted.enum { background-color: #b4d1b9; }
7676
.content .highlighted.struct { background-color: #e7b1a0; }
77-
.content .highlighted.fn { background-color: #c6afb3; }
78-
.content .highlighted.method { background-color: #c6afb3; }
77+
.content .highlighted.union { background-color: #b7bd49; }
78+
.content .highlighted.fn,
79+
.content .highlighted.method,
7980
.content .highlighted.tymethod { background-color: #c6afb3; }
8081
.content .highlighted.type { background-color: #c6afb3; }
8182

0 commit comments

Comments
 (0)