We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfcc360 + a0aa59c commit 58b4ebcCopy full SHA for 58b4ebc
tests/rustdoc-gui/help-page.goml
@@ -33,21 +33,21 @@ define-function: (
33
34
call-function: ("check-colors", {
35
"theme": "ayu",
36
- "color": "rgb(197, 197, 197)",
37
- "background": "rgb(49, 69, 89)",
38
- "box_shadow": "rgb(92, 103, 115)",
+ "color": "#c5c5c5",
+ "background": "#314559",
+ "box_shadow": "#5c6773",
39
})
40
41
"theme": "dark",
42
- "color": "rgb(0, 0, 0)",
43
- "background": "rgb(250, 251, 252)",
44
- "box_shadow": "rgb(198, 203, 209)",
+ "color": "#000",
+ "background": "#fafbfc",
+ "box_shadow": "#c6cbd1",
45
46
47
"theme": "light",
48
49
50
51
52
53
// This test ensures that opening the help popover without switching pages works.
0 commit comments