summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-02-16 20:35:05 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-02-16 20:35:05 -0500
commit4d7c2bfc2c9e3769dbc5a34a706b9d4cb8d0a14a (patch)
tree84e44f3ce6de7af2cbfb31126e1c47278905ba87 /static
parent62010eb00fb181037a77358e1e6dae0eac7efa0f (diff)
use pixelated image rendering mode for QR codes
Diffstat (limited to 'static')
-rw-r--r--static/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index b6008b21..ca063d8f 100644
--- a/static/main.css
+++ b/static/main.css
@@ -201,6 +201,10 @@ button:disabled {
text-align: center;
}
+.coin-address img {
+ image-rendering: pixelated;
+}
+
footer img {
width: 60px;
height: auto;