File tree 3 files changed +9
-0
lines changed
src/librustdoc/html/static/css/themes
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,9 @@ nav.main .separator {
216
216
a {
217
217
color : # c5c5c5 ;
218
218
}
219
+ body .source .example-wrap pre .rust a {
220
+ background : # c5c5c5 ;
221
+ }
219
222
220
223
.docblock : not (.type-decl ) a : not (.srclink ): not (.test-arrow ),
221
224
.docblock-short a : not (.srclink ): not (.test-arrow ), .item-info a ,
Original file line number Diff line number Diff line change @@ -177,6 +177,9 @@ nav.main .separator {
177
177
a {
178
178
color : # ddd ;
179
179
}
180
+ body .source .example-wrap pre .rust a {
181
+ background : # 333 ;
182
+ }
180
183
181
184
.docblock : not (.type-decl ) a : not (.srclink ): not (.test-arrow ),
182
185
.docblock-short a : not (.srclink ): not (.test-arrow ), .item-info a ,
Original file line number Diff line number Diff line change @@ -172,6 +172,9 @@ nav.main .separator {
172
172
a {
173
173
color : # 000 ;
174
174
}
175
+ body .source .example-wrap pre .rust a {
176
+ background : # eee ;
177
+ }
175
178
176
179
.docblock : not (.type-decl ) a : not (.srclink ): not (.test-arrow ),
177
180
.docblock-short a : not (.srclink ): not (.test-arrow ), .item-info a ,
You can’t perform that action at this time.
0 commit comments