Revert "Try out some favicon stuff"

This reverts commit ea8475002b.
This commit is contained in:
Richard Feldman 2022-11-09 23:35:34 -05:00
parent ea8475002b
commit 3658af39e8
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B
2 changed files with 3 additions and 12 deletions

View File

@ -14,4 +14,3 @@ set -euxo pipefail
cp -f public/tutorial/index.html build/tutorial/index.html
cp -f public/*.css build/
cp -f public/*.svg build/

View File

@ -1,12 +1,4 @@
<svg viewBox="0 -2 53 56" xmlns="http://www.w3.org/2000/svg">
<!-- <style>polygon {fill: #5c0bff;}@media (prefers-color-scheme: dark) {polygon {fill: #7733ff;}} </style> -->
<!-- <style>polygon {fill: #9c7bea;} circle {fill: #fff; }</style> -->
<!-- <circle cx="26" cy="26" r="26" /> -->
<!-- <polygon stroke="#fff" stroke-width="8" points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/>
<polygon points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/> -->
<!-- <polygon stroke="#fff" stroke-width="4" points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/>
<polygon points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/> -->
<!-- <polygon points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/> --> -->
<polygon stroke="#fff" stroke-width="8" points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/>
<polygon fill="#9c7bea" points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/>
<svg viewBox="0 0 52 53" xmlns="http://www.w3.org/2000/svg">
<style>polygon {fill: #5c0bff;}@media (prefers-color-scheme: dark) {polygon {fill: #7733ff;}} </style>
<polygon points="0,0 23.8834,3.21052 37.2438,19.0101 45.9665,16.6324 50.5,22 45,22 44.0315,26.3689 26.4673,39.3424 27.4527,45.2132 17.655,53 23.6751,22.7086"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 335 B