diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 13:01:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 13:01:17 +0900 |
| commit | 91515c96c89e22cc8411279a6263740f897ba6ca (patch) | |
| tree | 1888663d790aff7c4656c2f0deb3c57eadb4406d /config/waybar/style/Catppuccin-Latte.css | |
| parent | 86204c8dc9f561d8e8025ac0d4161b68cf93c7db (diff) | |
reduce borders on some waybar styles
Diffstat (limited to 'config/waybar/style/Catppuccin-Latte.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Latte.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index 45283f3e..1f12b545 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -17,7 +17,7 @@ window#waybar { transition-property: background-color; transition-duration: 0.5s; /*background: transparent;*/ - border-bottom: 3px solid @sapphire; + border-bottom: 2px solid @sapphire; background: @theme_base_color; border-radius: 10px; } |
