From 2e99c4d5a83cd965b3f9463715d54dfa2affe788 Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Mon, 8 Feb 2021 18:17:48 +0100 Subject: [PATCH] Remove background --- assets/css/app.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 926a3e2..af27520 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6,10 +6,6 @@ --container: hsl(37.5, 50.0%, 96.9%); } -body { - background: var(--bg-color) !important; -} - .stepper { .slider { display: flex;