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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/theme.less')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 54a49bd9db..dacc68042f 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -1,6 +1,6 @@
// Other theme variables
// Variable pattern: @theme-type-<role>
-@theme-fontFamily-base: Verdana, sans-serif;
+@theme-fontFamily-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
// Theme colors
// Variable pattern: @theme-color-<role>[-<modifier>]
@@ -9,13 +9,20 @@
@theme-color-text: @color-black-piwik;
@theme-color-text-light: #444;
@theme-color-text-lighter: @color-silver-l40;
+@theme-color-text-contrast: #777;
@theme-color-link: @color-blue-piwik;
@theme-color-base-series: #ee3024;
+@theme-color-headline-alternative: #4E4E4E;
+
+@theme-color-header-background: #37474f;
+
@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-menu-contrast-background: @theme-color-background-contrast;
+
+@theme-color-widget-exported-background-base: @theme-color-background-contrast;
@theme-color-widget-title-text: @theme-color-text;
-@theme-color-widget-title-background: @theme-color-background-tinyContrast;
+@theme-color-widget-title-background: @theme-color-background-contrast;