mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-17 11:12:04 +01:00
7 lines
149 B
CSS
7 lines
149 B
CSS
GtkEventBox {
|
|
background-image: linear-gradient(to bottom,
|
|
@theme_bg_color,
|
|
shade(@theme_bg_color, 1.5)
|
|
90%);
|
|
}
|