summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/search-no-result.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/search-no-result.goml')
-rw-r--r--tests/rustdoc-gui/search-no-result.goml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/rustdoc-gui/search-no-result.goml b/tests/rustdoc-gui/search-no-result.goml
index 46d1856b4..e7c647912 100644
--- a/tests/rustdoc-gui/search-no-result.goml
+++ b/tests/rustdoc-gui/search-no-result.goml
@@ -21,16 +21,16 @@ define-function: (
call-function: ("check-no-result", {
"theme": "ayu",
- "link": "rgb(57, 175, 215)",
- "link_hover": "rgb(57, 175, 215)",
+ "link": "#39afd7",
+ "link_hover": "#39afd7",
})
call-function: ("check-no-result", {
"theme": "dark",
- "link": "rgb(210, 153, 29)",
- "link_hover": "rgb(210, 153, 29)",
+ "link": "#d2991d",
+ "link_hover": "#d2991d",
})
call-function: ("check-no-result", {
"theme": "light",
- "link": "rgb(56, 115, 173)",
- "link_hover": "rgb(56, 115, 173)",
+ "link": "#3873ad",
+ "link_hover": "#3873ad",
})