diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-13 00:10:26 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:04:33 +0100 |
commit | ce4515296e699d5ad18def2a387465a120c76848 (patch) | |
tree | e8e54f292e5f12b2f26bbcb4b2dc8907b7d46c80 /_includes | |
parent | Merge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff) | |
download | hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.gz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.bz2 hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.lz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.xz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.zst hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.zip |
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/icons/custom.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/icons/custom.html b/_includes/icons/custom.html index 4bcbf6a..a83ef5b 100644 --- a/_includes/icons/custom.html +++ b/_includes/icons/custom.html @@ -1,12 +1,12 @@ <symbol id="svg-telegram" viewBox="0 0 16 16"> <title>Telegram</title> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" role="img" aria-label="Telegram"> + <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" role="img" aria-label="Telegram"> <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/> </svg> </symbol> <symbol id="svg-github" viewBox="0 0 16 16"> <title>GitHub</title> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" role="img" aria-label="GitHub"> + <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" role="img" aria-label="GitHub"> <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/> </svg> </symbol>
\ No newline at end of file |