From 33e6530b932d768e4fa121750375a1d7efe527fb Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Thu, 14 Aug 2025 14:05:59 +0200 Subject: [PATCH] fix: remove mountain background --- website/src/css/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 37851cfea7..42f9247d3d 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -250,7 +250,6 @@ main .container { } main:after { - background-image: url("/img/mountain-texture.png"); position: fixed; display: block; z-index: 0;