From 2aa743339f95a2742210f0425143e4a914935a5c Mon Sep 17 00:00:00 2001 From: pancakes Date: Sat, 13 Sep 2025 18:01:14 +1000 Subject: [PATCH] Remove background color from footer --- PancakesWeb/Components/Layout/MainLayout.razor.css | 1 - 1 file changed, 1 deletion(-) diff --git a/PancakesWeb/Components/Layout/MainLayout.razor.css b/PancakesWeb/Components/Layout/MainLayout.razor.css index 96f6c7e..b56b615 100644 --- a/PancakesWeb/Components/Layout/MainLayout.razor.css +++ b/PancakesWeb/Components/Layout/MainLayout.razor.css @@ -3,7 +3,6 @@ footer { padding: 3rem 0; text-align: center; - background-color: var(--foreground); } #blazor-error-ui {