diff --git a/kemonogen/index.html b/kemonogen/index.html index 87a4f3e..43d5bb7 100644 --- a/kemonogen/index.html +++ b/kemonogen/index.html @@ -2,8 +2,9 @@ - Kemono Friends Logo Generator - + Kemono Friends Logo Generator | PonyWave Tools + + @@ -89,16 +90,22 @@ color: #ffe663; } - footer .resources { - margin: 5px 0; - font-size: 14px; - } - footer .author { margin: 5px 0; font-size: 14px; color: #ccc; } + + .heart { + color: #e74c3c; + animation: heartbeat 1.5s infinite; + } + + @keyframes heartbeat { + 0% { transform: scale(1); } + 50% { transform: scale(1.2); } + 100% { transform: scale(1); } + } .inputs { display: flex; @@ -270,7 +277,6 @@ user-select: none; } - @@ -298,11 +304,17 @@ + +