Skip to content

Commit f00b02b

Browse files
committed
remove duplicate rule
1 parent a0748d9 commit f00b02b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/librustdoc/html/static/css/themes/ayu.css

-3
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ pre.rust a,
225225
body.source .example-wrap pre.rust a {
226226
background: #333;
227227
}
228-
.sidebar a {
229-
color: #53b1db;
230-
}
231228

232229
details.rustdoc-toggle > summary.hideme > span,
233230
details.rustdoc-toggle > summary::before,

src/librustdoc/html/static/css/themes/light.css

-3
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ a.test-arrow {
201201
body.source .example-wrap pre.rust a {
202202
background: #eee;
203203
}
204-
.sidebar a {
205-
color: #356da4;
206-
}
207204

208205
details.rustdoc-toggle > summary.hideme > span,
209206
details.rustdoc-toggle > summary::before,

0 commit comments

Comments
 (0)