From f89ca3d2d879a500582b66b03fc815aab70fc194 Mon Sep 17 00:00:00 2001 From: Olivia Bridie Alexandria Millicent Ivette Brooks Date: Tue, 27 May 2025 10:56:53 -0400 Subject: [PATCH] Fix BG colour issue. Dark Reader was overriding the value and hiding the issue. --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 4afa2a5..291da12 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,6 @@ height: 100vh; width: 100vw; background-image: url(test-image.jpg); - background-color: rgba(0, 0, 0, 50%); background-position: center; background-size: cover; align-content: start;