[Git] Ignore custom SOGo logo

[SOGo] Slightly more contrast
This commit is contained in:
andryyy
2021-01-29 07:37:37 +01:00
parent 01b2179d56
commit 0d1ea05ae2
3 changed files with 3 additions and 57 deletions

View File

@@ -54,12 +54,12 @@
// background color of menus (autocomplete and contextual menus)
'200': 'F5F5F5',
// background color of sidebar
'300': 'F3F3F3',
'300': 'E5E5E5',
// background color of the busy periods of the attendees editor
'1000': '4C566A'
});
var greenCow = $mdThemingProvider.extendPalette('green', {
'600': 'f3f3f3'
'600': 'E5E5E5'
});
$mdThemingProvider.definePalette('frost-grey', greyMap);