From b20e185bf24890fac52a98b986eeda708adaaa4f Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 20 Oct 2016 19:36:00 -0700 Subject: [PATCH] parameterize download button color --- pxtarget.json | 1 + theme/site/globals/site.variables | 2 +- theme/style.less | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 675a4b88..d645475e 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -219,6 +219,7 @@ }, "appTheme": { "accentColor": "#249899", + "downloadClass": "orange", "invertedMenu": true, "defaultLocale": "de", "logoUrl": "https://calliope.cc/about", diff --git a/theme/site/globals/site.variables b/theme/site/globals/site.variables index 6050cdb4..31a2b338 100644 --- a/theme/site/globals/site.variables +++ b/theme/site/globals/site.variables @@ -7,7 +7,7 @@ @secondaryColor: #43C9C9; @red:#E81123; -@orange:#F8C525; +@orange:#D78C01; @yellow:#EEDA47; @green:#3FC863; @teal:#008272; diff --git a/theme/style.less b/theme/style.less index 3039f6aa..959ecee7 100644 --- a/theme/style.less +++ b/theme/style.less @@ -1,6 +1,2 @@ /* Import all components */ @import 'semantic'; - -.ui.download.button { - background:#D78C01; -} \ No newline at end of file