Use lighter color for link in tour example

This commit is contained in:
Héctor Ramón Jiménez 2025-09-08 06:07:41 +02:00
parent c1d7819c07
commit ab7eb88951
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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),