rustdoc: fix theme colors
This commit is contained in:
parent
07e3f998b1
commit
b533e8ca6d
3 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ pre, .rustdoc.source .example-wrap {
|
|||
}
|
||||
|
||||
.source .sidebar {
|
||||
background-color: #0f1419;
|
||||
background-color: #14191f;
|
||||
}
|
||||
|
||||
.sidebar .location {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
|
|||
}
|
||||
|
||||
.source .sidebar {
|
||||
background-color: #565656;
|
||||
background-color: #565656;
|
||||
}
|
||||
|
||||
.sidebar .location {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
|
|||
}
|
||||
|
||||
.source .sidebar {
|
||||
background-color: #fff;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.sidebar .location {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue