From 614973ab1e60e43ee8e12e4723fb86a55d1225d3 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 22 Jan 2022 02:47:12 -0500 Subject: [PATCH] Increase overlay image size It's a bit more noticeable this way, which I think I like. --- src/sass/global.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sass/global.sass b/src/sass/global.sass index 5f1d350..fd6dea9 100644 --- a/src/sass/global.sass +++ b/src/sass/global.sass @@ -28,6 +28,7 @@ body opacity: 0.03 z-index: 1 background-image: url('/img/noise.gif') + background-size: 25% .outerdiv @include div-center()