6 lines
132 B
Text
6 lines
132 B
Text
|
@import url(/theme.less);
|
||
|
@accent: #6570d6;
|
||
|
@bdrs: 2rem;
|
||
|
@purebg: false;
|
||
|
body { .theme-mixin(@accent, @bdrs, @purebg) !important; }
|