Removing images due to strange gradient
This commit is contained in:
parent
d921ab6fba
commit
d6a9eb6b8d
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
Before Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -7,6 +7,8 @@ BANNER_SOURCE=banner-dark.svg
|
|||
|
||||
OUTPUT_DIR=./images
|
||||
|
||||
[ ! -d $OUTPUT_DIR ] && mkdir -p $OUTPUT_DIR
|
||||
|
||||
# Don't need to keep re-downloading things we already have
|
||||
if [ ! -e $ICON_SOURCE ]; then
|
||||
wget $BRANDING_ROOT/$ICON_SOURCE > /dev/null
|
||||
|
|
Loading…
Reference in New Issue
Block a user