summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/scrape-examples-toggle.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/scrape-examples-toggle.goml')
-rw-r--r--tests/rustdoc-gui/scrape-examples-toggle.goml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/rustdoc-gui/scrape-examples-toggle.goml b/tests/rustdoc-gui/scrape-examples-toggle.goml
index 9cec6d2bb..f742b3186 100644
--- a/tests/rustdoc-gui/scrape-examples-toggle.goml
+++ b/tests/rustdoc-gui/scrape-examples-toggle.goml
@@ -28,18 +28,18 @@ define-function: (
call-function: ("check-color", {
"theme": "ayu",
- "toggle_line_color": "rgb(153, 153, 153)",
- "toggle_line_hover_color": "rgb(197, 197, 197)",
+ "toggle_line_color": "#999",
+ "toggle_line_hover_color": "#c5c5c5",
})
call-function: ("check-color", {
"theme": "dark",
- "toggle_line_color": "rgb(153, 153, 153)",
- "toggle_line_hover_color": "rgb(197, 197, 197)",
+ "toggle_line_color": "#999",
+ "toggle_line_hover_color": "#c5c5c5",
})
call-function: ("check-color", {
"theme": "light",
- "toggle_line_color": "rgb(204, 204, 204)",
- "toggle_line_hover_color": "rgb(153, 153, 153)",
+ "toggle_line_color": "#ccc",
+ "toggle_line_hover_color": "#999",
})
// Toggling all docs will close additional examples