Skip to content

Commit 0a7293f

Browse files
Migrate GUI colors test to original CSS color format
1 parent d69787f commit 0a7293f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/rustdoc-gui/stab-badge.goml

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ define-function: (
2626

2727
call-function: ("check-badge", {
2828
"theme": "ayu",
29-
"color": "rgb(197, 197, 197)",
30-
"background": "rgb(49, 69, 89)",
29+
"color": "#c5c5c5",
30+
"background": "#314559",
3131
})
3232
call-function: ("check-badge", {
3333
"theme": "dark",
34-
"color": "rgb(221, 221, 221)",
35-
"background": "rgb(49, 69, 89)",
34+
"color": "#ddd",
35+
"background": "#314559",
3636
})
3737
call-function: ("check-badge", {
3838
"theme": "light",
39-
"color": "rgb(0, 0, 0)",
40-
"background": "rgb(255, 245, 214)",
39+
"color": "black",
40+
"background": "#fff5d6",
4141
})

0 commit comments

Comments
 (0)