File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ html.dark div.sketchviz-image {
6262 --i-facebook-url : url ("/_static/icons/facebook.svg" );
6363 --i-instagram-url : url ("/_static/icons/instagram.svg" );
6464 --i-meetup-url : url ("/_static/icons/meetup.svg" );
65+ --i-twitch-url : url ("/_static/icons/twitch.svg" );
6566 --i-whatsapp-url : url ("/_static/icons/whatsapp.svg" );
6667}
6768
@@ -81,6 +82,10 @@ html.dark div.sketchviz-image {
8182 --icon-url : var (--i-meetup-url );
8283}
8384
85+ .i-icon .twitch {
86+ --icon-url : var (--i-twitch-url );
87+ }
88+
8489.i-icon .whatsapp {
8590 --icon-url : var (--i-whatsapp-url );
8691}
Original file line number Diff line number Diff line change 2929 <a class="external reference" href="https://chat.whatsapp.com/D9bPvUrddvSBUIkMSoTqrk">.</a>
3030 </p>
3131 </li>
32+ <li>
33+ <p class="i-icon social-media twitch">
34+ <a class="external reference" href="https://www.twitch.tv/pythonperu">.</a>
35+ </p>
36+ </li>
3237</ul>
3338```
3439
You can’t perform that action at this time.
0 commit comments