mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-05 14:25:39 +02: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, 0.93)
|
|
20%);
|
|
}
|