We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a6b99 commit 85ed2feCopy full SHA for 85ed2fe
tests/rustdoc-gui/run-on-hover.goml
@@ -33,22 +33,22 @@ define-function: (
33
34
call-function: ("check-run-button", {
35
"theme": "ayu",
36
- "color": "rgb(120, 135, 151)",
+ "color": "#788797",
37
"background": "rgba(57, 175, 215, 0.09)",
38
- "hover_color": "rgb(197, 197, 197)",
+ "hover_color": "#c5c5c5",
39
"hover_background": "rgba(57, 175, 215, 0.37)",
40
})
41
42
"theme": "dark",
43
- "color": "rgb(222, 222, 222)",
+ "color": "#dedede",
44
"background": "rgba(78, 139, 202, 0.2)",
45
- "hover_color": "rgb(222, 222, 222)",
+ "hover_color": "#dedede",
46
"hover_background": "rgb(78, 139, 202)",
47
48
49
"theme": "light",
50
- "color": "rgb(245, 245, 245)",
+ "color": "#f5f5f5",
51
52
- "hover_color": "rgb(245, 245, 245)",
+ "hover_color": "#f5f5f5",
53
54
0 commit comments