From b0a1ccac3611286533a33725450244330fea211b Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sat, 12 Jul 2025 14:40:21 -0400 Subject: [PATCH] Stop using test background. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dc8e19d..6615379 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,7 @@ hr { .viewport { height: 100vh; width: 100vw; - background-image: url(/img/test-image.jpg); + background-image: url(/img/background.png); background-position: center; background-size: cover; align-items: flex-start;