diff options
Diffstat (limited to 'examples/py/starter-bar/style.css')
-rw-r--r-- | examples/py/starter-bar/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/py/starter-bar/style.css b/examples/py/starter-bar/style.css new file mode 100644 index 0000000..cb8c712 --- /dev/null +++ b/examples/py/starter-bar/style.css @@ -0,0 +1,4 @@ +window.Bar { + background-color: #212121; + color: white; +} |