bsimmons
07/12/2021, 2:39 PMrouteLink("/contact") {
ref {
it?.style?.textDecoration = "none"
it?.style?.color = "inherit"
}
+"Jane Rogers"
}
turansky
07/12/2021, 6:38 PMstyledHeader {
css {
a {
textDecoration(...)
color = ...
}
}
routeLink("/1")
routeLink("/2")
}
bsimmons
07/12/2021, 7:20 PM