Update sass/_base.scss
Some checks failed
/ build (push) Successful in 41s
/ reuse-compliance (push) Failing after 58s

Fix pixelart rendering on chrome
This commit is contained in:
NcamGnrvngu 2025-11-26 08:59:13 +01:00
parent c66c9a0b00
commit 9a0457a79b

View file

@ -131,5 +131,5 @@ code {
}
.pixelart {
image-rendering: crisp-edges
image-rendering: pixelated
}