From 18f6f56a322793fd00c1b0fa39c66aa9877f5799 Mon Sep 17 00:00:00 2001 From: Midhun Suresh <midhunr@element.io> Date: Tue, 8 Feb 2022 16:04:51 +0530 Subject: [PATCH] Don't add styles to body --- src/parent-style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/parent-style.css b/src/parent-style.css index 6a295ac..b61f7b1 100644 --- a/src/parent-style.css +++ b/src/parent-style.css @@ -32,7 +32,3 @@ border-radius: 2px; cursor: pointer; } - -body { - background-color: blanchedalmond; -} -- GitLab