Skip to content

Commit

Permalink
Merge branch 'kevin/job_desc_fixes' of github.com:gitcoinco/web into …
Browse files Browse the repository at this point in the history
…kevin/job_desc_fixes
  • Loading branch information
owocki committed Jul 19, 2018
2 parents abbb7a9 + 99b5042 commit bf9b772
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/assets/v2/css/tag.css
Expand Up @@ -15,21 +15,21 @@
}

.tag.usd {
background-color: #D6FBEB;
background-color: #d6fbeb;
color: #00A55E;
}

.tag.network_warning {
background-color: #fbe0d6;
color: #fbaf95;
background-color: #fbaf95;
color: #fff;
}

.tag.token {
background-color: #E7F0FA;
background-color: #e7f0fa;
color: #775EC7;
}

.tag.hiring {
background-color: #cea0ff;
color: #3e00ff;
background-color: #3a9ced;
color: #fff;
}

0 comments on commit bf9b772

Please sign in to comment.