* #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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user