File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ nav.sub {
234
234
.content .highlighted .struct { background-color : # e7b1a0 ; }
235
235
.content .highlighted .fn { background-color : # c6afb3 ; }
236
236
.content .highlighted .method { background-color : # c6afb3 ; }
237
+ .content .highlighted .tymethod { background-color : # c6afb3 ; }
237
238
.content .highlighted .ffi { background-color : # c6afb3 ; }
238
239
239
240
.docblock .short .nowrap {
@@ -348,6 +349,7 @@ p a:hover { text-decoration: underline; }
348
349
.content span .struct , .content a .struct , .block a .current .struct { color : # e53700 ; }
349
350
.content span .fn , .content a .fn , .block a .current .fn { color : # 8c6067 ; }
350
351
.content span .method , .content a .method , .block a .current .method { color : # 8c6067 ; }
352
+ .content span .tymethod , .content a .tymethod , .block a .current .tymethod { color : # 8c6067 ; }
351
353
.content span .ffi , .content a .ffi , .block a .current .ffi { color : # 8c6067 ; }
352
354
.content .fnname { color : # 8c6067 ; }
353
355
You can’t perform that action at this time.
0 commit comments