2013-12-31 07:58:52 -05:00
|
|
|
/** Override bootstrap variables **/
|
|
|
|
$font-size-base: 13px !default;
|
|
|
|
|
2012-12-01 07:49:21 -05:00
|
|
|
/**
|
|
|
|
* General Colors
|
|
|
|
*/
|
2012-11-25 14:03:14 -05:00
|
|
|
$primary_color: #2FA0BB;
|
2012-11-23 11:26:26 -05:00
|
|
|
$link_color: #3A89A3;
|
|
|
|
$style_color: #474D57;
|
2012-12-12 05:30:19 -05:00
|
|
|
$hover: #D9EDF7;
|
2012-12-01 07:49:21 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Commit Diff Colors
|
|
|
|
*/
|
|
|
|
$added: #63c363;
|
|
|
|
$deleted: #f77;
|