This commit is contained in:
2024-10-14 17:37:25 +01:00
parent f146b0c8e9
commit 6f49705b73
14 changed files with 134 additions and 9 deletions

View File

@@ -1,7 +1,22 @@
.link-github {
background: rgb(29, 13, 57);
}
.link-steam {
background: rgb(23, 26, 33);
}
.link-itch-io {
background: rgb(248, 91, 91);
}
.link-ko-fi {
background: rgb(249, 124, 124);
background: linear-gradient(to right, rgb(249, 124, 124), rgb(19, 115, 255));
}
.link-scavenger {
background: rgb(0, 0, 0);
}

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>

After

Width:  |  Height:  |  Size: 478 B