diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-25 15:50:13 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-25 15:50:13 +0530 |
| commit | 420555802ec4d0070238f53d12e7102180526e9f (patch) | |
| tree | d7c65e9cc983c56f3c9d97709b25bdb69b40ac1a /waybar/style.css | |
| parent | 37db49b851cef0e79a9c4b07f28406828edc8f77 (diff) | |
some notification bugs
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/waybar/style.css b/waybar/style.css index a9b80a6..9efc646 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -3,6 +3,8 @@ font-weight: bold; font-size: 16px; color: #c6d0f5; + margin: 0; + border-radius: 0px; } #waybar { @@ -18,11 +20,4 @@ #workspaces button.active { background-color: #28CD41; color: #ea999c; - margin: 0; - border-radius: 0px; -} - -#window { - font-weight: 500; - font-style: italic; } |
