parameterize download button color

This commit is contained in:
Peli de Halleux 2016-10-20 19:36:00 -07:00
parent 299b595581
commit b20e185bf2
3 changed files with 2 additions and 5 deletions

View File

@ -219,6 +219,7 @@
},
"appTheme": {
"accentColor": "#249899",
"downloadClass": "orange",
"invertedMenu": true,
"defaultLocale": "de",
"logoUrl": "https://calliope.cc/about",

View File

@ -7,7 +7,7 @@
@secondaryColor: #43C9C9;
@red:#E81123;
@orange:#F8C525;
@orange:#D78C01;
@yellow:#EEDA47;
@green:#3FC863;
@teal:#008272;

View File

@ -1,6 +1,2 @@
/* Import all components */
@import 'semantic';
.ui.download.button {
background:#D78C01;
}