diff --git a/config/ags/style.css b/config/ags/style.css index 148e96e8..45ebb74a 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -3,7 +3,8 @@ } window.bar { - background-color: @theme_bg_color; + /* background-color: @theme_bg_color; */ + background: #ff5050; color: @theme_fg_color; min-height: 4rem; }