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/ExampleTheme/stylesheets/theme.less')
-rw-r--r--plugins/ExampleTheme/stylesheets/theme.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/ExampleTheme/stylesheets/theme.less b/plugins/ExampleTheme/stylesheets/theme.less
index 6b68780734..ee7491395e 100644
--- a/plugins/ExampleTheme/stylesheets/theme.less
+++ b/plugins/ExampleTheme/stylesheets/theme.less
@@ -1,7 +1,16 @@
-@theme-fontFamily-base: Verdana, sans-serif;
+@theme-fontFamily-base: Arial, Verdana, sans-serif;
@theme-color-brand: #5793d4;
@theme-color-background-base: #d9e0e3;
+@theme-color-header-background: #0091ea;
+
+@theme-color-widget-title-background: #80d8ff;
+@theme-color-widget-title-text: #01579b;
+
+@theme-color-menu-contrast-text: #0091ea;
+@theme-color-menu-contrast-textActive: #006064;
+@theme-color-menu-contrast-textSelected: #00838f;
+@theme-color-menu-contrast-background: #e1f5fe;
/*
@theme-color-brand: #d4291f;