Skip to content

Commit

Permalink
fixed: change color on look for developers #6853 (#6877)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Anand M C <[email protected]>
  • Loading branch information
developerfred and thelostone-mc authored Jun 17, 2020
1 parent 8575a28 commit e13f03f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/v2/css/gitcoin.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ h4,
color: #0FCE7C;
}

.gc-text-yellow {
color: #FFCE08;
}

.text-black-60 {
color: rgba(0, 0, 0, 0.6)!important;
}
Expand Down
3 changes: 2 additions & 1 deletion app/dashboard/templates/shared/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,10 @@ <h5>Weekly leaderboard</h5>
</div>
</div>
</div>

{% if is_townsquare %}
<div class="nav-item interior ">
<a href="{% url "tribes" %}" class="gc-text-green nav-link selected">Looking for developers?</a>
<a href="{% url "tribes" %}" class="gc-text-yellow nav-link selected">Looking for developers?</a>
</div>
{% endif %}
</nav>
Expand Down

0 comments on commit e13f03f

Please sign in to comment.