svg.escobar.life

A simple SVG markup editor for the web

Commit
f1acdccc06c2eae704c454b78397400706904d62
Parent
54290c9621215e49097d8588d5a86c582ffa8bd3
Author
Gark Garcia <37553739+GarkGarcia@users.noreply.github.com>
Date

Redesigned the github icon.

The icon now conforms to the official GitHub icon provided in https://github.com/logos.

Diffstat

2 files changed, 1 insertion, 4 deletions

Status File Name N° Changes Insertions Deletions
Modified assets/github.svg 2 1 1
Modified styles.css 3 0 3
diff --git a/assets/github.svg b/assets/github.svg
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
-    <path d="M22.908 41.803s-2.408-.085-2.408-2.406l-.041-7.17-.551.091c-.347.067-.79.097-1.326.082a9.32 9.32 0 0 1-1.673-.165 3.723 3.723 0 0 1-1.604-.716 3.04 3.04 0 0 1-1.055-1.476l-.24-.55a6.08 6.08 0 0 0-.754-1.221c-.347-.452-.693-.754-1.04-.911l-.174-.121a1.774 1.774 0 0 1-.527-.626c-.045-.112 0-.203.12-.278.128-.075.362-.106.702-.106l.474.076c.324.06.716.248 1.19.572a3.91 3.91 0 0 1 1.16 1.243c.318.602.775 1.12 1.335 1.507.519.34 1.04.512 1.567.512.526 0 .98-.045 1.37-.12a4.758 4.758 0 0 0 1.078-.362c.142-1.07.527-1.89 1.175-2.471a15.432 15.432 0 0 1-2.463-.43 10.194 10.194 0 0 1-2.253-.933 6.471 6.471 0 0 1-1.929-1.606 7.715 7.715 0 0 1-1.258-2.523 12.018 12.018 0 0 1-.49-3.594c0-1.936.633-3.578 1.892-4.935-.588-1.461-.528-3.089.172-4.897.46-.143 1.146-.03 2.058.324 1.065.404 2.08.933 3.02 1.575a17.079 17.079 0 0 1 4.604-.626c1.581 0 3.12.211 4.603.626l.911-.58c.626-.377 1.357-.731 2.208-1.056.844-.316 1.492-.406 1.944-.263.716 1.808.783 3.443.189 4.897a6.995 6.995 0 0 1 1.898 4.935c0 1.356-.165 2.561-.497 3.616-.324 1.04-.753 1.884-1.266 2.51a6.746 6.746 0 0 1-1.943 1.597 9.834 9.834 0 0 1-2.26.934c-.724.196-1.538.338-2.45.429.829.723 1.244 1.853 1.244 3.405l-.001 8.805c0 2.363-2.527 2.402-2.527 2.402l-4.184.004z" fill="#2d2b55" />
+    <path d="M24.998 0C11.193 0 0 11.476 0 25.633c0 11.325 7.163 20.932 17.097 24.323 1.25.235 1.707-.557 1.707-1.237 0-.607-.022-2.22-.034-4.358-6.954 1.548-8.421-3.437-8.421-3.437-1.138-2.96-2.777-3.748-2.777-3.748-2.27-1.591.172-1.56.172-1.56 2.51.183 3.83 2.642 3.83 2.642 2.23 3.917 5.851 2.785 7.276 2.13.227-1.656.871-2.786 1.586-3.426-5.55-.647-11.387-2.847-11.387-12.67 0-2.797.974-5.085 2.574-6.877-.258-.649-1.116-3.254.244-6.784 0 0 2.1-.69 6.875 2.628 1.994-.568 4.133-.853 6.259-.862 2.122.009 4.262.294 6.258.862 4.773-3.317 6.868-2.628 6.868-2.628 1.365 3.53.507 6.135.249 6.784 1.602 1.792 2.57 4.08 2.57 6.878 0 9.847-5.845 12.014-11.415 12.648.898.792 1.698 2.356 1.698 4.748 0 3.425-.031 6.19-.031 7.03 0 .686.45 1.484 1.719 1.234C42.844 46.556 50 36.955 50 25.633 50 11.476 38.806 0 24.998 0" fill="#eef"/>
 </svg>
diff --git a/styles.css b/styles.css
@@ -132,9 +132,6 @@ body > div#container > div#title > a#github {
 
     margin: 0 var(--tiny);
     padding: 0;
-
-    border-radius: calc(2 * var(--tiny));
-    background: var(--light);
 }
 
 body > div#container > div#title > a > img {