Skip to content

Commit bf8f3b0

Browse files
committed
Use darker background for solid-csd window. Fixes #659
1 parent 35e5463 commit bf8f3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gtk-3.20/scss/widgets/_window.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.solid-csd & {
3434
border-radius: 0;
3535
margin: 1px;
36-
background-color: $bg_color;
36+
background-color: $titlebar_bg_color;
3737
// Unity/compiz regression: Issue: https://github.com/numixproject/numix-gtk-theme/issues/206
3838
box-shadow: none;
3939
}

0 commit comments

Comments
 (0)