From ab29eaa377c17c72f1065750ddb6dff913d8b3be Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:54:47 +0400 Subject: [PATCH] idk --- config/ags/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/ags/style.css b/config/ags/style.css index 653807c9..cc569f99 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -35,7 +35,7 @@ label { } .workspaces button.focused { - border-bottom: 1px solid @theme_selected_bg_color; + border-bottom: 3px solid @theme_selected_bg_color; } .client-title { @@ -62,12 +62,10 @@ label { .workspace-inactive { opacity: 0.5; - border-bottom: 3px transparent; } .workspace-occupied { opacity: 1; - border-bottom: 3px transparent; } .workspace-active {