From 55f1c86689e4f3e6968bea6ca9407a3ae87ce484 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 15 Apr 2022 13:59:09 -0400 Subject: add ether donation option --- static/pix/eth.svg | 13 +++++++++++++ static/style.css | 1 + 2 files changed, 14 insertions(+) create mode 100644 static/pix/eth.svg (limited to 'static') diff --git a/static/pix/eth.svg b/static/pix/eth.svg new file mode 100644 index 0000000..668f2cc --- /dev/null +++ b/static/pix/eth.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + diff --git a/static/style.css b/static/style.css index dbadbcf..fd368cb 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,7 @@ code { } img[alt="BTC Logo"], +img[alt="ETH Logo"], img[alt="XMR Logo"] { max-width: 1em ; max-height: 1em ; -- cgit v1.2.3