File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 415
415
.content span .mod , .content a .mod , block a .current .mod { color : # 4d76ae ; }
416
416
.content span .enum , .content a .enum , .block a .current .enum { color : # 5e9766 ; }
417
417
.content span .struct , .content a .struct , .block a .current .struct { color : # e53700 ; }
418
- .content span .fn , .content a .fn , .block a .current .fn { color : # 8c6067 ; }
419
- .content span .method , .content a .method , .block a .current .method { color : # 8c6067 ; }
420
- .content span .tymethod , .content a .tymethod , .block a .current .tymethod { color : # 8c6067 ; }
418
+ .content span .fn , .content a .fn , .block a .current .fn ,
419
+ .content span .method , .content a .method , .block a .current .method ,
420
+ .content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
421
421
.content .fnname { color : # 8c6067 ; }
422
422
.block a .current .crate { font-weight : 500 ; }
423
423
You can’t perform that action at this time.
0 commit comments