File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 94
94
}
95
95
.content .highlighted a , .content .highlighted span { color : # eee !important ; }
96
96
.content .highlighted .trait { background-color : # 013191 ; }
97
+ .content .highlighted .traitalias { background-color : # 013191 ; }
97
98
.content .highlighted .mod ,
98
99
.content .highlighted .externcrate { background-color : # afc6e4 ; }
99
100
.content .highlighted .mod { background-color : # 803a1b ; }
@@ -128,6 +129,7 @@ pre {
128
129
.content span .externcrate ,
129
130
.content span .mod , .content a .mod , .block a .current .mod { color : # bda000 ; }
130
131
.content span .trait , .content a .trait , .block a .current .trait { color : # b78cf2 ; }
132
+ .content span .traitalias , .content a .traitalias , .block a .current .traitalias { color : # b397da ; }
131
133
.content span .fn , .content a .fn , .block a .current .fn ,
132
134
.content span .method , .content a .method , .block a .current .method ,
133
135
.content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
Original file line number Diff line number Diff line change 96
96
}
97
97
.content .highlighted a , .content .highlighted span { color : # 000 !important ; }
98
98
.content .highlighted .trait { background-color : # c7b6ff ; }
99
+ .content .highlighted .traitalias { background-color : # c7b6ff ; }
99
100
.content .highlighted .mod ,
100
101
.content .highlighted .externcrate { background-color : # afc6e4 ; }
101
102
.content .highlighted .enum { background-color : # b4d1b9 ; }
@@ -128,6 +129,7 @@ pre {
128
129
.content span .externcrate ,
129
130
.content span .mod , .content a .mod , .block a .current .mod { color : # 4d76ae ; }
130
131
.content span .trait , .content a .trait , .block a .current .trait { color : # 7c5af3 ; }
132
+ .content span .traitalias , .content a .traitalias , .block a .current .traitalias { color : # 6841f1 ; }
131
133
.content span .fn , .content a .fn , .block a .current .fn ,
132
134
.content span .method , .content a .method , .block a .current .method ,
133
135
.content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
You can’t perform that action at this time.
0 commit comments