rustdoc: fix theme colors
This commit is contained in:
parent
07e3f998b1
commit
b533e8ca6d
@ -97,7 +97,7 @@ pre, .rustdoc.source .example-wrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.source .sidebar {
|
.source .sidebar {
|
||||||
background-color: #0f1419;
|
background-color: #14191f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .location {
|
.sidebar .location {
|
||||||
|
@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.source .sidebar {
|
.source .sidebar {
|
||||||
background-color: #565656;
|
background-color: #565656;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .location {
|
.sidebar .location {
|
||||||
|
@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.source .sidebar {
|
.source .sidebar {
|
||||||
background-color: #fff;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .location {
|
.sidebar .location {
|
||||||
|
Loading…
Reference in New Issue
Block a user