Remove corners from icons
This is the second commit doing the same thing, except for one key difference: this time they're PNG images, because I forgot that JPGs don't support transparency. *slow clap*
8
.github/README.md
vendored
|
@ -40,7 +40,7 @@ Go solutions are near direct copies of the Python solutions and may be added a f
|
|||
|
||||
<!-- PARSE END -->
|
||||
|
||||
[check]: https://github.com/codemicro/adventOfCode/blob/master/.github/check.jpg?raw=true
|
||||
[cross]: https://github.com/codemicro/adventOfCode/blob/master/.github/cross.jpg?raw=true
|
||||
[partial]: https://github.com/codemicro/adventOfCode/blob/master/.github/partial.jpg?raw=true
|
||||
[pending]: https://github.com/codemicro/adventOfCode/blob/master/.github/asterisk.jpg?raw=true
|
||||
[check]: https://github.com/codemicro/adventOfCode/blob/master/.github/check.png?raw=true
|
||||
[cross]: https://github.com/codemicro/adventOfCode/blob/master/.github/cross.png?raw=true
|
||||
[partial]: https://github.com/codemicro/adventOfCode/blob/master/.github/partial.png?raw=true
|
||||
[pending]: https://github.com/codemicro/adventOfCode/blob/master/.github/asterisk.png?raw=true
|
||||
|
|
BIN
.github/asterisk.jpg
vendored
Before Width: | Height: | Size: 5.5 KiB |
BIN
.github/asterisk.png
vendored
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
.github/check.jpg
vendored
Before Width: | Height: | Size: 5.4 KiB |
BIN
.github/check.png
vendored
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
.github/cross.jpg
vendored
Before Width: | Height: | Size: 5.6 KiB |
BIN
.github/cross.png
vendored
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
.github/partial.jpg
vendored
Before Width: | Height: | Size: 5.1 KiB |
BIN
.github/partial.png
vendored
Normal file
After Width: | Height: | Size: 2.5 KiB |