mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
eof
This commit is contained in:
@@ -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
7
examples/theme.css
Normal file
@@ -0,0 +1,7 @@
|
||||
Header {
|
||||
border: solid #122233;
|
||||
}
|
||||
|
||||
App > View > Widget {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user