From 8e44219b0ea108a4b33cbd1e5ea06dfb1c06f659 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 8 Sep 2024 02:58:14 +0200 Subject: example: add python starter bar --- examples/py/starter-bar/style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/py/starter-bar/style.css (limited to 'examples/py/starter-bar/style.css') 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; +} -- cgit v1.2.3