Skip to content

Commit

Permalink
changed svg color
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-kumar-shailendra committed Oct 20, 2023
1 parent 8000cd0 commit 8039555
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions templates/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,25 @@ <h2 class="p-footer__title p-footer__title-text">
<ul class="p-inline-list-icons">
<li class="p-inline-list__item">
<a class="p-inline-list__link--twitter" title="Follow Ubuntu on Twitter" href="https://twitter.com/ubuntu"><svg
height="2rem" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 256 256">
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 375 374.9999">
<defs>
<style>
.twitter-icon {
fill: #666666;
}

.cls-2{
fill: #e5e5e5;
}

</style>
</defs>
<g transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" >
<polygon class="twitter-icon" points="24.89,23.01 57.79,66.99 65.24,66.99 32.34,23.01 " />
<path class="twitter-icon" d="M 45 0 L 45 0 C 20.147 0 0 20.147 0 45 v 0 c 0 24.853 20.147 45 45 45 h 0 c 24.853 0 45 -20.147 45 -45 v 0 C 90 20.147 69.853 0 45 0 z M 56.032 70.504 L 41.054 50.477 L 22.516 70.504 h -4.765 L 38.925 47.63 L 17.884 19.496 h 16.217 L 47.895 37.94 l 17.072 -18.444 h 4.765 L 50.024 40.788 l 22.225 29.716 H 56.032 z" />
<g>
<path class="twitter-icon" d="M 187.46875 7.09375 C 87.851562 7.09375 7.09375 87.851562 7.09375 187.46875 C 7.09375 287.085938 87.851562 367.84375 187.46875 367.84375 C 287.085938 367.84375 367.84375 287.085938 367.84375 187.46875 C 367.84375 87.851562 287.085938 7.09375 187.46875 7.09375 "></path>
</g>
<g class="cls-2" transform="translate(85, 75)">
<svg xmlns="http://www.w3.org/2000/svg" x="-32" y="-30" height="280" width="280" viewBox="0 0 50 50">
<path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"></path>
</svg>
</g>
</svg></a>
</li>
Expand Down

0 comments on commit 8039555

Please sign in to comment.