File tree 3 files changed +5
-5
lines changed
src/librustdoc/html/static/css/themes
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ pre, .rustdoc.source .example-wrap {
188
188
color : # 39AFD7 ;
189
189
}
190
190
.content span .type , .content a .type {
191
- color : # e6e1cf ;
191
+ color : # 39AFD7 ;
192
192
}
193
193
.content span .fn , .content a .fn , .content span .method ,
194
194
.content a .method , .content span .tymethod ,
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ a.result-union:focus { background-color: #194e9f; }
126
126
a .result-fn : focus ,
127
127
a .result-method : focus ,
128
128
a .result-tymethod : focus { background-color : # 4950ed ; }
129
- a .result-type : focus { background-color : # eee ; }
129
+ a .result-type : focus { background-color : # 884719 ; }
130
130
a .result-foreigntype : focus { background-color : # 194e9f ; }
131
131
a .result-attr : focus ,
132
132
a .result-derive : focus ,
@@ -140,7 +140,7 @@ a.result-keyword:focus { background-color: #884719; }
140
140
141
141
.content span .enum , .content a .enum , .block a .current .enum { color : # 2dbfb8 ; }
142
142
.content span .struct , .content a .struct , .block a .current .struct { color : # 2dbfb8 ; }
143
- .content span .type , .content a .type , .block a .current .type { color : # ddd ; }
143
+ .content span .type , .content a .type , .block a .current .type { color : # D2991D ; }
144
144
.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype { color : # 2dbfb8 ; }
145
145
.content span .attr , .content a .attr , .block a .current .attr ,
146
146
.content span .derive , .content a .derive , .block a .current .derive ,
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ a.result-union:focus { background-color: #e7b1a0; }
126
126
a .result-fn : focus ,
127
127
a .result-method : focus ,
128
128
a .result-tymethod : focus { background-color : # c6afb3 ; }
129
- a .result-type : focus { background-color : # ccc ; }
129
+ a .result-type : focus { background-color : # afc6e4 ; }
130
130
a .result-foreigntype : focus { background-color : # e7b1a0 ; }
131
131
a .result-attr : focus ,
132
132
a .result-derive : focus ,
@@ -140,7 +140,7 @@ a.result-keyword:focus { background-color: #afc6e4; }
140
140
141
141
.content span .enum , .content a .enum , .block a .current .enum { color : # AD378A ; }
142
142
.content span .struct , .content a .struct , .block a .current .struct { color : # AD378A ; }
143
- .content span .type , .content a .type , .block a .current .type { color : black ; }
143
+ .content span .type , .content a .type , .block a .current .type { color : # 3873AD ; }
144
144
.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype { color : # AD378A ; }
145
145
.content span .attr , .content a .attr , .block a .current .attr ,
146
146
.content span .derive , .content a .derive , .block a .current .derive ,
You can’t perform that action at this time.
0 commit comments