diff options
author | V | 2021-06-27 10:58:04 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-27 19:40:55 +0200 |
commit | 09b1d2c19df2cd850855b04a8f5d5c8e2218f73a (patch) | |
tree | f182f10d6ddbcc0e5dd43f010a3edd5b12f83dce | |
parent | 40723b2b027c730a383bd32d228479e7a41f0a49 (diff) | |
download | site-09b1d2c19df2cd850855b04a8f5d5c8e2218f73a.tar.gz |
Use a simplified version of the logo
-rw-r--r-- | logo.svg | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,7 +1,5 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105.83333 105.83334"> - <rect width="100%" height="100%" fill="#ffd400"/> - <g transform="translate(0 -191.16664)"> - <circle cx="52.916668" cy="244.08331" r="39.6875" fill="#fff" stroke="#000" stroke-dashoffset="13.2291654" stroke-linecap="square" stroke-linejoin="bevel" stroke-width="2.64583337" transform="translate(0 .00000113)"/> - <circle cx="52.916672" cy="244.0833" r="10.352553"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"> + <rect width="40" height="40" fill="#ffd400"/> + <circle cx="20" cy="20" r="15" fill="#ffffff" stroke="#000000"/> + <circle cx="20" cy="20" r="4"/> </svg> |