mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
tweaks for a new theme
This commit is contained in:
parent
031d6a22df
commit
dbf034cd87
3 changed files with 91 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
|
|||
'#596557': 'natural',
|
||||
'#2A80B8': 'modern',
|
||||
'#2a2a2a': 'moderndark',
|
||||
'#222222': 'exodark',
|
||||
};
|
||||
Boards.find().forEach(board => {
|
||||
const oldBoardColor = board.background.color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue