Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from hyousi/master
Browse files Browse the repository at this point in the history
Invert GitHub icon color
  • Loading branch information
shubhsherl authored Mar 6, 2019
2 parents 1370cfa + bd895ed commit 420f053
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions GSoC-Contribution-Leaderboard/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
padding: 0 20px;
height: 100%;
}

#github {
filter: invert(100%);
}
</style>
{% block head-css %}
<link rel="shortcut icon" href="https://cdn.worldvectorlogo.com/logos/rocket-chat.svg" type="image/x-icon" /> {% endblock %}
Expand All @@ -24,7 +28,7 @@
height="42" width="42"> GSoC Contribution Leaderboard</a>
<ul class="navbar-nav px-3">
<li class="nav-item text-nowrap">
<a class="nav-link" href="https://github.com/shubhsherl/GSoC-Contribution-Leaderboard/" target="_blank" rel="noopener noreferrer">
<a class="nav-link" id="github" href="https://github.com/shubhsherl/GSoC-Contribution-Leaderboard/" target="_blank" rel="noopener noreferrer">
<img src="http://pluspng.com/img-png/github-octocat-vector-png--1600.png" height="45" width="45">
</a>
</li>
Expand All @@ -43,4 +47,4 @@
</footer>
</body>

</html>
</html>

0 comments on commit 420f053

Please sign in to comment.