We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce5a00 commit 2d25a25Copy full SHA for 2d25a25
tests/rustdoc-gui/default-settings.goml
@@ -5,4 +5,4 @@
5
go-to: "file://" + |DOC_PATH| + "/settings/index.html"
6
// Wait a bit to be sure the default theme is applied.
7
// If the theme isn't applied, the command will time out.
8
-wait-for-css: ("body", {"background-color": "rgb(15, 20, 25)"})
+wait-for-css: ("body", {"background-color": "#0f1419"})
0 commit comments