Skip to content

Commit

Permalink
RDJSON Bugfix: Remove blurriness from canvases on some browsers (and …
Browse files Browse the repository at this point in the history
…background image)

Big thanks to NoahTheNerd for the help!
  • Loading branch information
DeadlySprinklez authored Feb 15, 2024
2 parents f58f993 + c74fcd1 commit 0bcd04b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rdtools/jsongenerator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ html {
top: 0;
left: 0;
overflow: auto;
image-rendering: pixelated;
}
a, a:active, a:hover, a:visited {
font-style: normal;
Expand Down Expand Up @@ -422,4 +423,4 @@ input:checked + .slider:before {
display: flex;
flex-wrap: wrap;
text-align: center;
}
}

0 comments on commit 0bcd04b

Please # to comment.