21 lines
950 B
Text
21 lines
950 B
Text
// 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-textSelected: @theme-color-menu-contrast-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;
|