This commit is contained in:
Will McGugan
2021-10-03 21:22:51 +01:00
parent 67af34bf8a
commit 01bb02c84f
11 changed files with 454 additions and 62 deletions

View File

@@ -35,4 +35,4 @@ class MyApp(App):
await self.call_later(get_markdown, "richreadme.md")
MyApp.run(title="Simple App", log="textual.log")
MyApp.run(title="Simple App", log="textual.log", css_file="theme.css")

7
examples/theme.css Normal file
View File

@@ -0,0 +1,7 @@
Header {
border: solid #122233;
}
App > View > Widget {
display: none;
}