diff --git a/pwnagotchi/ui/web.py b/pwnagotchi/ui/web.py index e4afdd64..561c1e32 100644 --- a/pwnagotchi/ui/web.py +++ b/pwnagotchi/ui/web.py @@ -30,6 +30,16 @@ STYLE = """ cursor: pointer; text-align: center; } +.pixelated { + image-rendering:optimizeSpeed; /* Legal fallback */ + image-rendering:-moz-crisp-edges; /* Firefox */ + image-rendering:-o-crisp-edges; /* Opera */ + image-rendering:-webkit-optimize-contrast; /* Safari */ + image-rendering:optimize-contrast; /* CSS3 Proposed */ + image-rendering:crisp-edges; /* CSS4 Proposed */ + image-rendering:pixelated; /* CSS4 Proposed */ + -ms-interpolation-mode:nearest-neighbor; /* IE8+ */ +} """ SCRIPT = """ @@ -48,8 +58,8 @@ INDEX = """
-