merge donation counter into master #12

Merged
ern_st merged 56 commits from donation-multistage into master 2018-05-11 13:43:35 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit bbedd1e4b4 - Show all commits

View File

@ -1,9 +1,9 @@
// Colors
$body-bg: #2A2A2A;
$alternate-bg: #ff5800;
$alternate-bg: #e64f00;
$color-mine-shaft: #2A2A2A;
$color-international-orange: #ff5800;
$color-international-orange: #e64f00;
$background-primary: $color-mine-shaft;
$background-alternative: $color-international-orange;