#515 switched to SVG icons, #525 added Ko-Fi platform (#528)

* #515 switched to SVG icons, #525 added Ko-Fi platform

* fixes #515, fixes #525 - added color to the SVGs directly

* Removed `color` from config for socialHandles, not required anymore
This commit is contained in:
Mirco T
2021-01-09 21:59:43 +01:00
committed by GitHub
parent 0526404d19
commit 0ab4e47f0b
24 changed files with 265 additions and 30 deletions

View File

@@ -11,9 +11,9 @@
--icon-width: 40px;
height: var(--icon-width);
width: var(--icon-width);
background-image: url(/img/platform-logos.gif);
background-position: calc(var(--imgCol) * var(--icon-width)) calc(var(--imgRow) * var(--icon-width));
transform: scale(.65);
/*background-image: url(/img/platform-logos.gif); -->
background-position: calc(var(--imgCol) * var(--icon-width)) calc(var(--imgRow) * var(--icon-width));*/
transform: scale(.70);
}