mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Added Modern theme with Poppins font
This commit is contained in:
parent
7a576f9ae4
commit
3b50b2c59f
8 changed files with 191 additions and 2 deletions
|
|
@ -121,6 +121,7 @@ Migrations.add('use-css-class-for-boards-colors', () => {
|
|||
'#568BA2': 'corteza',
|
||||
'#499BEA': 'clearblue',
|
||||
'#596557': 'natural',
|
||||
'#2A80B8': 'modern',
|
||||
};
|
||||
Boards.find().forEach(board => {
|
||||
const oldBoardColor = board.background.color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue