Use lighter color for link in tour example
This commit is contained in:
parent
c1d7819c07
commit
ab7eb88951
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue