Working theming, Layout->MainLayout, profiles list bugfix
This commit is contained in:
parent
019fa83353
commit
2e272de59c
20 changed files with 681 additions and 169 deletions
5
public/theme_dyn.less
Normal file
5
public/theme_dyn.less
Normal file
|
@ -0,0 +1,5 @@
|
|||
@import url(/theme.less);
|
||||
@accent: #6570d6;
|
||||
@bdrs: 2rem;
|
||||
@purebg: false;
|
||||
body { .theme-mixin(@accent, @bdrs, @purebg) !important; }
|
Loading…
Add table
Reference in a new issue