This commit is contained in:
Grzegorz Zając 2024-01-08 12:38:31 +01:00
parent 6973f63899
commit c902b9eb43
2 changed files with 20 additions and 2 deletions

View File

@ -63,7 +63,7 @@
</li>
<li>
<a href='https://www.youtube.com/@2fas' target='_blank' rel='noopener noreferrer' class="twofas-new-tab-link">
<svg class="social-youtube" viewBox="0 -38 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M250.346 28.075c-2.988-11.043-11.614-19.669-22.657-22.657-19.866-5.418-99.821-5.418-99.821-5.418s-79.955.164-99.821 5.582c-11.043 2.988-19.669 11.614-22.657 22.657-6.009 35.299-8.34 89.084.164 122.97 2.988 11.043 11.614 19.669 22.657 22.657 19.866 5.418 99.821 5.418 99.821 5.418s79.955 0 99.821-5.418c11.043-2.988 19.669-11.614 22.657-22.657 6.337-35.348 8.291-89.1-.164-123.135z" fill="#f00"/><path fill="#fff" d="M102.421 128.06l66.329-38.418-66.329-38.418z"/></svg>
<svg class="social-youtube" viewBox="0 -38 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M250.346 28.075c-2.988-11.043-11.614-19.669-22.657-22.657-19.866-5.418-99.821-5.418-99.821-5.418s-79.955.164-99.821 5.582c-11.043 2.988-19.669 11.614-22.657 22.657-6.009 35.299-8.34 89.084.164 122.97 2.988 11.043 11.614 19.669 22.657 22.657 19.866 5.418 99.821 5.418 99.821 5.418s79.955 0 99.821-5.418c11.043-2.988 19.669-11.614 22.657-22.657 6.337-35.348 8.291-89.1-.164-123.135z" class="social-youtube-icon"/><path d="M102.421 128.06l66.329-38.418-66.329-38.418z" class="social-youtube-play"/></svg>
</a>
</li>
<li>
@ -161,7 +161,7 @@
</li>
<li>
<a href='https://www.youtube.com/@2fas' target='_blank' rel='noopener noreferrer' class="twofas-new-tab-link">
<svg class="social-youtube" viewBox="0 -38 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M250.346 28.075c-2.988-11.043-11.614-19.669-22.657-22.657-19.866-5.418-99.821-5.418-99.821-5.418s-79.955.164-99.821 5.582c-11.043 2.988-19.669 11.614-22.657 22.657-6.009 35.299-8.34 89.084.164 122.97 2.988 11.043 11.614 19.669 22.657 22.657 19.866 5.418 99.821 5.418 99.821 5.418s79.955 0 99.821-5.418c11.043-2.988 19.669-11.614 22.657-22.657 6.337-35.348 8.291-89.1-.164-123.135z" fill="#f00"/><path fill="#fff" d="M102.421 128.06l66.329-38.418-66.329-38.418z"/></svg>
<svg class="social-youtube" viewBox="0 -38 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M250.346 28.075c-2.988-11.043-11.614-19.669-22.657-22.657-19.866-5.418-99.821-5.418-99.821-5.418s-79.955.164-99.821 5.582c-11.043 2.988-19.669 11.614-22.657 22.657-6.009 35.299-8.34 89.084.164 122.97 2.988 11.043 11.614 19.669 22.657 22.657 19.866 5.418 99.821 5.418 99.821 5.418s79.955 0 99.821-5.418c11.043-2.988 19.669-11.614 22.657-22.657 6.337-35.348 8.291-89.1-.164-123.135z" class="social-youtube-icon"/><path d="M102.421 128.06l66.329-38.418-66.329-38.418z" class="social-youtube-play"/></svg>
</a>
</li>
<li>

View File

@ -37,6 +37,24 @@ svg {
&.social-youtube {
height: 22px;
width: 22px;
.social-youtube-icon {
fill: #f00;
}
.social-youtube-play {
fill: $color-2;
}
@media (prefers-color-scheme: dark) {
.social-youtube-icon {
fill: $color-2;
}
.social-youtube-play {
fill: $dark;
}
}
}
&.social-discord {