From fe7ba4ce3f38b3b2b41aeb58d378994c912c8638 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:31:16 +0400 Subject: [PATCH] test --- config/ags/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }