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

theme.less « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97eb216d2fa05fcf3f37ea64854ff8237ed106bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Other theme variables
// Variable pattern: @theme-type-<role>
@theme-fontFamily-base: Verdana, sans-serif;

// Theme colors
// Variable pattern: @theme-color-<role>[-<modifier>]
@theme-color-brand:                    @color-red-piwik;
@theme-color-brand-contrast:           @color-white;
@theme-color-text:                     @color-black-piwik;
@theme-color-text-light:               #444;
@theme-color-text-lighter:             @color-silver-l40;
@theme-color-link:                     @color-blue-piwik;
@theme-color-base-series:              #ee3024;

@theme-color-menu-contrast-text: @theme-color-text;
@theme-color-menu-contrast-textActive: @theme-color-brand;
@theme-color-menu-contrast-background: @theme-color-background-tinyContrast;

@theme-color-widget-title-text: @theme-color-text;
@theme-color-widget-title-background: @theme-color-background-tinyContrast;