diff --git a/components/Noise.vue b/components/Noise.vue index 67fcbff..9be572c 100644 --- a/components/Noise.vue +++ b/components/Noise.vue @@ -6,16 +6,18 @@ .noise { position: absolute; overflow: hidden; - top: 0; - left: 0; - width: 100vw; - height: 100vh; + top: 1px; + left: 1px; + width: calc(100vw - 2px); + height: calc(100vh - 2px); pointer-events: none; user-select: none; - z-index: -1; - background-image: url('/noise.png'); + background-image: url("/noise.webp"); background-repeat: repeat; image-rendering: pixelated; overflow: hidden; + mix-blend-mode: multiply; + opacity: .5; + border-radius: 12px; } - \ No newline at end of file + diff --git a/public/cmd.svg b/public/cmd.svg deleted file mode 100644 index fc2ea77..0000000 --- a/public/cmd.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/ctrl.svg b/public/ctrl.svg deleted file mode 100644 index 91c0d68..0000000 --- a/public/ctrl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/public/enter.svg b/public/enter.svg deleted file mode 100644 index 7ede06c..0000000 --- a/public/enter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/public/icons/Code.svg b/public/icons/Code.svg deleted file mode 100644 index 5c34abf..0000000 --- a/public/icons/Code.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/icons/File.svg b/public/icons/File.svg deleted file mode 100644 index 8341a3c..0000000 --- a/public/icons/File.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/icons/Image.svg b/public/icons/Image.svg deleted file mode 100644 index c177239..0000000 --- a/public/icons/Image.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/public/icons/Link.svg b/public/icons/Link.svg deleted file mode 100644 index 64cc120..0000000 --- a/public/icons/Link.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/icons/Text.svg b/public/icons/Text.svg deleted file mode 100644 index 0ca21e8..0000000 --- a/public/icons/Text.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/k.svg b/public/k.svg deleted file mode 100644 index 64eb413..0000000 --- a/public/k.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/public/noise.png b/public/noise.png deleted file mode 100644 index 2a0223e..0000000 Binary files a/public/noise.png and /dev/null differ diff --git a/public/noise.webp b/public/noise.webp new file mode 100644 index 0000000..b0e8845 Binary files /dev/null and b/public/noise.webp differ