phantasmal-world/src/ui/theme.less
2019-06-06 12:47:19 +02:00

6 lines
236 B
Plaintext

@scrollbar-color: darken(@component-background, 3%);
@scrollbar-thumb-color: lighten(@component-background, 3%);
@table-scrollbar-color: lighten(@scrollbar-color, 1%);
@table-scrollbar-thumb-color: lighten(@scrollbar-thumb-color, 5%);