update
This commit is contained in:
parent
95ceaa8231
commit
a9a8b8b951
5 changed files with 526 additions and 2 deletions
|
@ -15,8 +15,8 @@ pub async fn index_page(ctx: RequestContext) -> StringResponse {
|
|||
h1 { "Hello World!" };
|
||||
|
||||
(
|
||||
Screen::medium(Hover(Background(Red::_700, Nothing()))).on(
|
||||
Background(Blue::_700, Text("HELLO!"))
|
||||
Screen::medium(Hover(Background(Nothing()).color(Red::_700))).on(
|
||||
Background(Text("HELLO!")).color(Blue::_700)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue