forked from noxious/client
Moved styling to main.scss as it's global
This commit is contained in:
@ -129,3 +129,9 @@ button {
|
||||
::-webkit-scrollbar {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
canvas {
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: -webkit-crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
Reference in New Issue
Block a user