rustdoc: fix theme colors

This commit is contained in:
cynecx 2021-10-10 19:31:35 +02:00 committed by Guillaume Gomez
parent 07e3f998b1
commit b533e8ca6d
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ pre, .rustdoc.source .example-wrap {
} }
.source .sidebar { .source .sidebar {
background-color: #0f1419; background-color: #14191f;
} }
.sidebar .location { .sidebar .location {

View File

@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
} }
.source .sidebar { .source .sidebar {
background-color: #565656; background-color: #565656;
} }
.sidebar .location { .sidebar .location {

View File

@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
} }
.source .sidebar { .source .sidebar {
background-color: #fff; background-color: #f1f1f1;
} }
.sidebar .location { .sidebar .location {