add pixellated images to dirlist.css

This commit is contained in:
Roscoe 2024-01-22 00:11:34 +00:00
parent 8baf29f486
commit 0237bc60f3

View file

@ -5,6 +5,10 @@ body {
color: var(--foreground);
}
img {
image-rendering: pixelated;
}
a {
color: #99f;
text-decoration: none;