add pixellated images to dirlist.css
This commit is contained in:
parent
2f98edc8e8
commit
75fed3cbc1
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue