diff --git a/config/ags/style.css b/config/ags/style.css index 990401eb..76cb1083 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -1,3 +1,7 @@ +* { + border-radius: 0px; +} + window.bar { background-color: @theme_bg_color; color: @theme_fg_color;