diff --git a/plugins/Morpheus/stylesheets/theme-advanced.less b/plugins/Morpheus/stylesheets/theme-advanced.less index df39c7a8d25..30f6b45175c 100644 --- a/plugins/Morpheus/stylesheets/theme-advanced.less +++ b/plugins/Morpheus/stylesheets/theme-advanced.less @@ -6,12 +6,5 @@ @theme-color-border: @color-silver-l80; -@theme-color-menu-contrast-text: @theme-color-text-lighter; -@theme-color-menu-contrast-textActive: @theme-color-text; -@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; - @theme-color-code: #F3F3F3; @theme-color-code-background: #4D4D4D; diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less index 3983a92d788..371b5018307 100644 --- a/plugins/Morpheus/stylesheets/theme.less +++ b/plugins/Morpheus/stylesheets/theme.less @@ -11,3 +11,10 @@ @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-lighter; +@theme-color-menu-contrast-textActive: @theme-color-text; +@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;