mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for timer
This commit is contained in:
@@ -19,4 +19,4 @@ class BasicApp(App):
|
||||
)
|
||||
|
||||
|
||||
BasicApp.run(css_file="basic.css", watch_css=True)
|
||||
BasicApp.run(css_file="basic.css", watch_css=True, log="textual.log")
|
||||
|
||||
10
examples/colours.txt
Normal file
10
examples/colours.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
header blue white on #173f5f
|
||||
|
||||
sidebar #09312e on #3caea3
|
||||
sidebar border #09312e
|
||||
|
||||
content blue white #20639b
|
||||
content border #0f2b41
|
||||
|
||||
footer border #0f2b41
|
||||
footer yellow #3a3009 on #f6d55c;
|
||||
Reference in New Issue
Block a user