From 6d8cf47419f5c9ac77f50624799ffca73fa002e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Mon, 19 Apr 2021 11:43:28 +0200 Subject: [PATCH] GTK4: match gtk3 tabs background --- src/themes/Kali/sass/gtk4/_common-tweaks.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/Kali/sass/gtk4/_common-tweaks.scss b/src/themes/Kali/sass/gtk4/_common-tweaks.scss index b6c5ff1f..86137387 100644 --- a/src/themes/Kali/sass/gtk4/_common-tweaks.scss +++ b/src/themes/Kali/sass/gtk4/_common-tweaks.scss @@ -284,6 +284,7 @@ notebook { &:checked { @include button(normal); + background: $base_color; &:backdrop { @include button(backdrop);