File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 434434 text-decoration : underline;
435435}
436436
437- .content span .enum , .content a .enum , .block a .current .enum { color : # 5e9766 ; }
438- .content span .struct , .content a .struct , .block a .current .struct { color : # df3600 ; }
439- .content span .type , .content a .type , .block a .current .type { color : # e57300 ; }
440- .content span .macro , .content a .macro , .block a .current .macro { color : # 068000 ; }
441- .content span .union , .content a .union , .block a .current .union { color : # c0c74f ; }
442- .content span .constant , .content a .constant , .block a .current .constant { color : # c7944f ; }
443437.block a .current .crate { font-weight : 500 ; }
444438
445439.search-input {
Original file line number Diff line number Diff line change 9797 border-bottom-color : # ddd ;
9898}
9999
100- .content span .primitive , .content a .primitive , .block a .current .primitive { color : # 39a7bf ; }
100+ .content span .enum , .content a .enum , .block a .current .enum { color : # 508157 ; }
101+ .content span .struct , .content a .struct , .block a .current .struct { color : # df3600 ; }
102+ .content span .type , .content a .type , .block a .current .type { color : # ba5d00 ; }
103+ .content span .macro , .content a .macro , .block a .current .macro { color : # 068000 ; }
104+ .content span .union , .content a .union , .block a .current .union { color : # 767b27 ; }
105+ .content span .constant , .content a .constant , .block a .current .constant { color : # 9a6e31 ; }
106+ .content span .primitive , .content a .primitive , .block a .current .primitive { color : # 2c8093 ; }
101107.content span .externcrate ,
102108.content span .mod , .content a .mod , .block a .current .mod { color : # 4d76ae ; }
103109.content span .fn , .content a .fn , .block a .current .fn ,
You can’t perform that action at this time.
0 commit comments