Make style more consistent

This commit is contained in:
pancakes 2023-10-02 19:53:18 +10:00
parent b41818b1e5
commit 0baf1a3572
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ selection-text=e0def4ff
border=e0def4ff border=e0def4ff
[border] [border]
width=4 width=2
radius=0 radius=0
[dmenu] [dmenu]

View file

@ -10,8 +10,8 @@ window#waybar {
} }
tooltip { tooltip {
background: rgba(31, 29, 46, 0.8); background: rgba(25, 23, 36, 0.8);
border: 4px solid #e0def4; border: 2px solid #e0def4;
border-radius: 0; border-radius: 0;
} }