mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-14 09:52:03 +01:00
7 lines
150 B
CSS
7 lines
150 B
CSS
.bg-gradient {
|
|
background-image: linear-gradient(to bottom,
|
|
@theme_bg_color,
|
|
shade(@theme_bg_color, 0.94)
|
|
12%);
|
|
}
|