rasterization

This commit is contained in:
biglyderv 2024-10-17 13:49:56 -04:00
parent 9ea84e650c
commit a69aee2d19
5 changed files with 115 additions and 45 deletions

View file

@ -120,6 +120,8 @@ body {
width: var(--elem-height);
height: var(--elem-height);
background: var(--gray);
image-rendering: pixelated;
image-rendering: crisp-edges;
}
a {