File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,13 @@ pre {
112
112
}
113
113
.content .highlighted a , .content .highlighted span { color : # eee !important ; }
114
114
.content .highlighted .trait { background-color : # 013191 ; }
115
+ .content .highlighted .mod ,
116
+ .content .highlighted .externcrate { background-color : # afc6e4 ; }
115
117
.content .highlighted .mod { background-color : # 803a1b ; }
116
118
.content .highlighted .externcrate { background-color : # 396bac ; }
117
119
.content .highlighted .enum { background-color : # 5b4e68 ; }
118
120
.content .highlighted .struct { background-color : # 194e9f ; }
121
+ .content .highlighted .union { background-color : # b7bd49 ; }
119
122
.content .highlighted .fn ,
120
123
.content .highlighted .method ,
121
124
.content .highlighted .tymethod { background-color : # 4950ed ; }
You can’t perform that action at this time.
0 commit comments