From 1c61659e678c10859be1801fc27c9797f96d6980 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Fri, 10 Feb 2023 19:40:28 -0500 Subject: [PATCH] bind bg url to root --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 68c3ac1..31a19b9 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { margin: 40px 20px; - background-image: url('assets/noisy.png'); + background-image: url('/assets/noisy.png'); } #board { -- 2.30.2