We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83d84ff + 9625fc5 commit e0f04efCopy full SHA for e0f04ef
tests/rustdoc-gui/scrape-examples-toggle.goml
@@ -28,18 +28,18 @@ define-function: (
28
29
call-function: ("check-color", {
30
"theme": "ayu",
31
- "toggle_line_color": "rgb(153, 153, 153)",
32
- "toggle_line_hover_color": "rgb(197, 197, 197)",
+ "toggle_line_color": "#999",
+ "toggle_line_hover_color": "#c5c5c5",
33
})
34
35
"theme": "dark",
36
37
38
39
40
"theme": "light",
41
- "toggle_line_color": "rgb(204, 204, 204)",
42
- "toggle_line_hover_color": "rgb(153, 153, 153)",
+ "toggle_line_color": "#ccc",
+ "toggle_line_hover_color": "#999",
43
44
45
// Toggling all docs will close additional examples
0 commit comments