variables.scss 177 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 /** * General Colors */ $primary_color: #2FA0BB; $link_color: #3A89A3; $style_color: #474D57; $hover: #D9EDF7; /** * Commit Diff Colors */ $added: #63c363; $deleted: #f77;