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 56b8b1c commit 194960bCopy full SHA for 194960b
tests/rustdoc-gui/scrape-examples-color.goml
@@ -81,16 +81,16 @@ define-function: (
81
82
call-function: ("check-background", {
83
"theme": "ayu",
84
- "background_color_start": "rgb(15, 20, 25)",
+ "background_color_start": "rgba(15, 20, 25, 1)",
85
"background_color_end": "rgba(15, 20, 25, 0)",
86
})
87
88
"theme": "dark",
89
- "background_color_start": "rgb(53, 53, 53)",
+ "background_color_start": "rgba(53, 53, 53, 1)",
90
"background_color_end": "rgba(53, 53, 53, 0)",
91
92
93
"theme": "light",
94
- "background_color_start": "rgb(255, 255, 255)",
+ "background_color_start": "rgba(255, 255, 255, 1)",
95
"background_color_end": "rgba(255, 255, 255, 0)",
96
0 commit comments