mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-04 01:49:44 +00:00
(css,js) Update md to v1.1.1-master-d774b76
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
'800': '367d2e',
|
||||
'900': '225e1b',
|
||||
// 'A100': 'b9f6ca',
|
||||
'A100': 'fafafa', // assigned to md-hue-1
|
||||
'A100': 'fafafa', // assigned to md-hue-1, equivalent to grey-50 (default background palette)
|
||||
'A200': '69f0ae',
|
||||
'A400': '00e676',
|
||||
'A700': '00c853',
|
||||
@@ -213,15 +213,9 @@
|
||||
.accentPalette('sogo-green', {
|
||||
'default': '500',
|
||||
// 'hue-1': '200',
|
||||
'hue-1': 'A100', // background-50
|
||||
'hue-1': 'A100', // grey-50
|
||||
'hue-2': '300',
|
||||
'hue-3': 'A700'
|
||||
})
|
||||
.backgroundPalette('grey', {
|
||||
'default': '50',
|
||||
'hue-1': '200',
|
||||
'hue-2': '300',
|
||||
'hue-3': '500'
|
||||
});
|
||||
|
||||
if (!DebugEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user