diff options
author | venomade <venomade@venomade.com> | 2024-02-12 17:15:16 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2024-02-12 17:15:16 +0000 |
commit | 3266619bd9c674d09e3c0699cd0ee39c6b11c24e (patch) | |
tree | 530b5c8a662440bd471c155f005d10ec19c89904 /src/ui/ui.css |
Initial Commit
Diffstat (limited to 'src/ui/ui.css')
-rw-r--r-- | src/ui/ui.css | 7 |
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; +} |