Skip to content

Commit b533e8c

Browse files
cynecxGuillaumeGomez
authored andcommitted
rustdoc: fix theme colors
1 parent 07e3f99 commit b533e8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/librustdoc/html/static/css/themes/ayu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pre, .rustdoc.source .example-wrap {
9797
}
9898

9999
.source .sidebar {
100-
background-color: #0f1419;
100+
background-color: #14191f;
101101
}
102102

103103
.sidebar .location {

src/librustdoc/html/static/css/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
6666
}
6767

6868
.source .sidebar {
69-
background-color: #565656;
69+
background-color: #565656;
7070
}
7171

7272
.sidebar .location {

src/librustdoc/html/static/css/themes/light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pre, .rustdoc.source .example-wrap {
6666
}
6767

6868
.source .sidebar {
69-
background-color: #fff;
69+
background-color: #f1f1f1;
7070
}
7171

7272
.sidebar .location {

0 commit comments

Comments
 (0)