We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a830834 + a826cdb commit 79bc72aCopy full SHA for 79bc72a
1 file changed
tests/rustdoc-gui/unsafe-fn.goml
@@ -23,6 +23,6 @@ define-function: (
23
},
24
)
25
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)"))
+call-function: ("sup-check", ("ayu", "#c5c5c5"))
+call-function: ("sup-check", ("dark", "#ddd"))
+call-function: ("sup-check", ("light", "black"))
0 commit comments