c025d31efb8c1611193ac32bf0d62df7ae275a07
[bootswatch] / mPurpose / less / variables.less
1 @theme-color: #4F8DB3; //Blue Color Scheme
2 //@theme-color: #7f8c8d; //Grey Color Scheme
3 //@theme-color: #e74c3c; //Red Color Scheme
4 //@theme-color: #16a085; //Green Color Scheme
5 //@theme-color: #e67e22; //Orange Color Scheme
6
7 // Font color
8 @font-color: #535b60;
9
10 // Headings color
11 @heading-color: #53555c;
12
13 // Page background
14 // -------------------------
15 @body-background: ~"url(../img/page-background.png)";
16
17 // Typography
18 // -------------------------
19 @sansFontFamily: 'Open Sans', sans-serif;