We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3460fb commit d3e3549Copy full SHA for d3e3549
1 file changed
src/_includes/partials/email.html
@@ -1,5 +1,5 @@
1
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none" aria-label="{{ social.url }}" version="1.0">
2
- <path fill="#080341" fill-rule="evenodd"
+ <path fill="currentColor" fill-rule="evenodd"
3
d="M3.75 5.25 3 6v12l.75.75h16.5L21 18V6l-.75-.75zm.75 2.446v9.554h15V7.695L12 14.514zm13.81-.946H5.69L12 12.486z"
4
clip-rule="evenodd" />
5
</svg>
0 commit comments