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
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -258,6 +258,7 @@ notebook {
&:checked {
@include button(normal);
background: $base_color;
&:backdrop { @include button(backdrop); }
}