Skip to content

Commit a826cdb

Browse files
Migrate GUI colors test to original CSS color format
1 parent 3071e0a commit a826cdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/rustdoc-gui/unsafe-fn.goml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ define-function: (
2323
},
2424
)
2525

26-
call-function: ("sup-check", ("dark", "rgb(221, 221, 221)"))
27-
call-function: ("sup-check", ("ayu", "rgb(197, 197, 197)"))
28-
call-function: ("sup-check", ("light", "rgb(0, 0, 0)"))
26+
call-function: ("sup-check", ("ayu", "#c5c5c5"))
27+
call-function: ("sup-check", ("dark", "#ddd"))
28+
call-function: ("sup-check", ("light", "black"))

0 commit comments

Comments
 (0)