Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme-advanced.less « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6b90be4baa59407b2fac0be67c001557b19bf3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@theme-color-background-base:          #edecec;
@theme-color-background-tinyContrast:  #f2f2f2;
@theme-color-background-lowContrast:   @color-silver-l85;
@theme-color-background-contrast:      #ffffff;
@theme-color-background-highContrast:  #202020;

@theme-color-border: @color-silver-l80;

@theme-color-code: #F3F3F3;
@theme-color-code-background: #4D4D4D;

@theme-color-widget-background: @theme-color-background-contrast;
@theme-color-widget-border:     @theme-color-background-tinyContrast;