adjust sidebar link brightness
This commit is contained in:
parent
d13e8dd41d
commit
9c3ffd7681
3 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue