use pixelated image rendering mode for QR codes
This commit is contained in:
parent
62010eb00f
commit
4d7c2bfc2c
@ -77,7 +77,8 @@ sed -i "$replace" static-tmp/releases.html
|
|||||||
gixy nginx-tmp/nginx.conf
|
gixy nginx-tmp/nginx.conf
|
||||||
|
|
||||||
xmllint --noout static-tmp/**/*.html
|
xmllint --noout static-tmp/**/*.html
|
||||||
java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg)
|
# check CSS first to work around a validator bug
|
||||||
|
java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only --also-check-css --also-check-svg static-tmp/**/*.css static-tmp/**/!(bimi).@(html|svg)
|
||||||
find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \
|
find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \
|
||||||
--process-scripts "application/ld+json" --collapse-boolean-attributes \
|
--process-scripts "application/ld+json" --collapse-boolean-attributes \
|
||||||
--remove-attribute-quotes --remove-comments --remove-empty-attributes \
|
--remove-attribute-quotes --remove-comments --remove-empty-attributes \
|
||||||
|
@ -201,6 +201,10 @@ button:disabled {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.coin-address img {
|
||||||
|
image-rendering: pixelated;
|
||||||
|
}
|
||||||
|
|
||||||
footer img {
|
footer img {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user