adjust sidebar link brightness

This commit is contained in:
Conrad Ludgate 2022-01-23 09:06:44 +00:00
parent d13e8dd41d
commit 9c3ffd7681
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

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