add pixellated images to dirlist.css

This commit is contained in:
floppydiskette 2024-01-22 00:11:34 +00:00
parent 2f98edc8e8
commit 75fed3cbc1
No known key found for this signature in database

View file

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