GTK3: change tabs background color

This commit is contained in:
Daniel Ruiz de Alegría
2021-04-19 10:27:36 +02:00
parent bbb0fc8267
commit 8b40bfefa2
@@ -258,6 +258,7 @@ notebook {
&:checked {
@include button(normal);
background: $base_color;
&:backdrop { @include button(backdrop); }
}