Added Modern theme with Poppins font

This commit is contained in:
helioguardabaxo 2020-05-22 18:38:50 -03:00
parent 7a576f9ae4
commit 3b50b2c59f
8 changed files with 191 additions and 2 deletions

View file

@ -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;