We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f333932 commit 17e3d1cCopy full SHA for 17e3d1c
tests/rustdoc-gui/target.goml
@@ -25,11 +25,11 @@ call-function: ("check-style", {
25
})
26
call-function: ("check-style", {
27
"theme": "dark",
28
- "background": "rgb(73, 74, 61)",
29
- "border": "rgb(187, 116, 16)",
+ "background": "#494a3d",
+ "border": "#bb7410",
30
31
32
"theme": "light",
33
- "background": "rgb(253, 255, 211)",
34
- "border": "rgb(173, 124, 55)",
+ "background": "#fdffd3",
+ "border": "#ad7c37",
35
0 commit comments