diff --git a/components/AnimatedBackground.vue b/components/AnimatedBackground.vue index 8f2dc60..e29f0fc 100644 --- a/components/AnimatedBackground.vue +++ b/components/AnimatedBackground.vue @@ -128,6 +128,6 @@ onUnmounted(() => { } #background.pixelated { - image-rendering: crisp-edges; + image-rendering: pixelated; } \ No newline at end of file