added custom theme style

This commit is contained in:
Peli de Halleux 2016-10-20 19:29:10 -07:00
parent 65433216e6
commit 299b595581
96 changed files with 13 additions and 9 deletions

View File

@ -3,17 +3,17 @@
*******************************/ *******************************/
@importGoogleFonts: false; @importGoogleFonts: false;
@primaryColor: @black; @primaryColor: #3CB5B5;
@secondaryColor: @pink; @secondaryColor: #43C9C9;
@red:#E81123; @red:#E81123;
@orange:#D83B01; @orange:#F8C525;
@yellow:#FFB900; @yellow:#EEDA47;
@green:#107C10; @green:#3FC863;
@teal:#008272; @teal:#008272;
@blue:#0078D7; @blue:#0078D7;
@violet:#B4009E; @violet:#CF0071;
@purple:#5C2D91; @purple:#8073E5;
@pink:#E2008C; @pink:#E2008C;
@brown:#00BCF2; @brown:#6B5B4C;
@grey:#505050; @grey:#515B67;

View File

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