added custom theme style
This commit is contained in:
3
theme/site/globals/reset.overrides
Normal file
3
theme/site/globals/reset.overrides
Normal file
@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Site Overrides
|
||||
*******************************/
|
3
theme/site/globals/reset.variables
Normal file
3
theme/site/globals/reset.variables
Normal file
@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
User Global Variables
|
||||
*******************************/
|
5
theme/site/globals/site.overrides
Normal file
5
theme/site/globals/site.overrides
Normal file
@ -0,0 +1,5 @@
|
||||
/*******************************
|
||||
Site Overrides
|
||||
*******************************/
|
||||
|
||||
@importGoogleFonts: false;
|
19
theme/site/globals/site.variables
Normal file
19
theme/site/globals/site.variables
Normal file
@ -0,0 +1,19 @@
|
||||
/*******************************
|
||||
User Global Variables
|
||||
*******************************/
|
||||
@importGoogleFonts: false;
|
||||
|
||||
@primaryColor: #3CB5B5;
|
||||
@secondaryColor: #43C9C9;
|
||||
|
||||
@red:#E81123;
|
||||
@orange:#F8C525;
|
||||
@yellow:#EEDA47;
|
||||
@green:#3FC863;
|
||||
@teal:#008272;
|
||||
@blue:#0078D7;
|
||||
@violet:#CF0071;
|
||||
@purple:#8073E5;
|
||||
@pink:#E2008C;
|
||||
@brown:#6B5B4C;
|
||||
@grey:#515B67;
|
Reference in New Issue
Block a user