apply style to widget

This commit is contained in:
Will McGugan
2022-07-04 14:48:28 +01:00
parent 97c58a7b0a
commit f3a7c9483f
15 changed files with 701 additions and 325 deletions

View File

@@ -16,7 +16,7 @@
}
*:hover {
tint: 30% red;
/* tint: 30% red;
/* outline: heavy red; */
}

View File

@@ -115,7 +115,7 @@ class BasicApp(App, css_path="basic.css"):
Static(Syntax(CODE, "python"), classes="code"),
classes="scrollable",
),
# table,
table,
Error(),
Tweet(TweetBody(), classes="scrollbar-size-custom"),
Warning(),