style: formatting

This commit is contained in:
PandaDEV 2024-11-23 14:57:42 +10:00
parent 7e6b2f8b63
commit f2f554074b
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
22 changed files with 1493 additions and 1171 deletions

View file

@ -1,9 +1,9 @@
<template>
<div class="noise"></div>
<div class="noise"></div>
</template>
<style scoped lang="scss">
.noise {
.noise {
position: absolute;
overflow: hidden;
top: 0;
@ -13,9 +13,9 @@
pointer-events: none;
user-select: none;
z-index: 0;
background-image: url('/noise.png');
background-image: url("/noise.png");
background-repeat: repeat;
image-rendering: pixelated;
overflow: hidden;
}
</style>
</style>