summaryrefslogtreecommitdiff
path: root/examples/py/starter-bar/style.css
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-08 02:58:14 +0200
committerAylur <[email protected]>2024-09-08 02:58:14 +0200
commit8e44219b0ea108a4b33cbd1e5ea06dfb1c06f659 (patch)
tree2340f0683595b502f0ec8c562d544c2bb2cbddf4 /examples/py/starter-bar/style.css
parent81f26551103e785fa974e054b2b3357725deb419 (diff)
example: add python starter bar
Diffstat (limited to 'examples/py/starter-bar/style.css')
-rw-r--r--examples/py/starter-bar/style.css4
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;
+}