Bavarder/data/style.css
2023-05-28 03:18:54 +02:00

24 lines
531 B
CSS

.text-box textview,
.text-box text {
background: none;
color: inherit;
}
.scrolled-window undershoot.top {
box-shadow: inset 0 1px alpha(@shade_color, .75);
background: linear-gradient(to bottom, alpha(@shade_color, .75), transparent 4px);
}
.scrolled-window undershoot.bottom {
box-shadow: inset 0 -1px alpha(@shade_color, .75);
background: linear-gradient(to top, alpha(@shade_color, .75), transparent 4px);
}
/* Global */
scrolledwindow > viewport > clamp > box {
margin: 42px 12px;
border-spacing: 24px;
}