tweaked background gradient for a better contrast to the logo

This commit is contained in:
Patrick Ulbrich
2014-06-28 21:13:58 +02:00
parent 53ea7f4f7c
commit 463871e9e8

View File

@@ -1,6 +1,6 @@
GtkEventBox {
background-image: linear-gradient(to bottom,
@theme_bg_color,
shade(@theme_bg_color, 1.5)
90%);
shade(@theme_bg_color, 0.93)
20%);
}