about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-05-29 16:03:56 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-05-29 16:03:56 +0200
commit17e3d1cd4a25744e68bdf2c9792adcc580c015b6 (patch)
treed1e9c4c374550b195f31a1589e86ef18820cfecf
parentf333932ba8b473c2ed85752cbdb3b58a11acf421 (diff)
downloadrust-17e3d1cd4a25744e68bdf2c9792adcc580c015b6.tar.gz
rust-17e3d1cd4a25744e68bdf2c9792adcc580c015b6.zip
Migrate GUI colors test to original CSS color format
-rw-r--r--tests/rustdoc-gui/target.goml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rustdoc-gui/target.goml b/tests/rustdoc-gui/target.goml
index 0c514fc6864..c5e7f813dd1 100644
--- a/tests/rustdoc-gui/target.goml
+++ b/tests/rustdoc-gui/target.goml
@@ -25,11 +25,11 @@ call-function: ("check-style", {
 })
 call-function: ("check-style", {
     "theme": "dark",
-    "background": "rgb(73, 74, 61)",
-    "border": "rgb(187, 116, 16)",
+    "background": "#494a3d",
+    "border": "#bb7410",
 })
 call-function: ("check-style", {
     "theme": "light",
-    "background": "rgb(253, 255, 211)",
-    "border": "rgb(173, 124, 55)",
+    "background": "#fdffd3",
+    "border": "#ad7c37",
 })