remove duplicate rule

This commit is contained in:
Conrad Ludgate 2022-01-23 11:05:04 +00:00
parent a0748d9436
commit f00b02bb69
2 changed files with 0 additions and 6 deletions

View File

@ -225,9 +225,6 @@ pre.rust a,
body.source .example-wrap pre.rust a { body.source .example-wrap pre.rust a {
background: #333; background: #333;
} }
.sidebar a {
color: #53b1db;
}
details.rustdoc-toggle > summary.hideme > span, details.rustdoc-toggle > summary.hideme > span,
details.rustdoc-toggle > summary::before, details.rustdoc-toggle > summary::before,

View File

@ -201,9 +201,6 @@ a.test-arrow {
body.source .example-wrap pre.rust a { body.source .example-wrap pre.rust a {
background: #eee; background: #eee;
} }
.sidebar a {
color: #356da4;
}
details.rustdoc-toggle > summary.hideme > span, details.rustdoc-toggle > summary.hideme > span,
details.rustdoc-toggle > summary::before, details.rustdoc-toggle > summary::before,