about summary refs log tree commit diff
path: root/src/ui/ui.css
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2024-02-12 17:15:16 +0000
committervenomade <venomade@venomade.com>2024-02-12 17:15:16 +0000
commit3266619bd9c674d09e3c0699cd0ee39c6b11c24e (patch)
tree530b5c8a662440bd471c155f005d10ec19c89904 /src/ui/ui.css
Initial Commit
Diffstat (limited to 'src/ui/ui.css')
-rw-r--r--src/ui/ui.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/ui.css b/src/ui/ui.css
new file mode 100644
index 0000000..c1bf700
--- /dev/null
+++ b/src/ui/ui.css
@@ -0,0 +1,7 @@
+headerbar {
+  background-color: @theme-bg-color;
+  border: none;
+  box-shadow: none;
+  margin: 0;
+  padding: 0;
+}