From 7d8b8c113dd0d55adf52fd4a8be71a79e022370c Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Sun, 23 Mar 2025 18:24:21 +0000 Subject: [PATCH] themes: Change the pane separator to outline only As suggested by Jehan, Aryeom, and Denis, this makes the separator feel less heavy while still indicating the difference between sections. --- themes/Default/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Default/common.css b/themes/Default/common.css index 7bfd4640ba..1830838ad5 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -383,7 +383,7 @@ entry selection { paned separator { background-image: none; - background-color: @widget-bg-color; + background-color: @bg-color; background-position: center; background-repeat: no-repeat; background-size: auto;