From ab7eb88951a7e184c444f735986ff1183e7d9d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 8 Sep 2025 06:07:41 +0200 Subject: [PATCH] Use lighter color for link in `tour` example --- examples/tour/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs index 56e14f06..78c329b5 100644 --- a/examples/tour/src/main.rs +++ b/examples/tour/src/main.rs @@ -220,7 +220,7 @@ impl Tour { "Additionally, this tour can also run on WebAssembly ", "by leveraging ", span("trunk") - .color(color!(0x0000FF)) + .color(color!(0x7777FF)) .underline(true) .font(Font::MONOSPACE) .link(Message::OpenTrunk),