From 84fcaf56039105dcdaffe1d69f5734ceac6d98b4 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 23:17:07 +0530 Subject: [PATCH] feat: remove bg color --- src/index.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/index.css b/src/index.css index 285e9dda..c63185d4 100644 --- a/src/index.css +++ b/src/index.css @@ -27,23 +27,9 @@ code { #browser-actions { right: 0; overflow-x: hidden; - background: radial-gradient( - circle, - rgba(255, 255, 255, 1) 0%, - rgba(232, 191, 222, 1) 100%, - rgba(255, 255, 255, 1) 100% - ); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); } #browser-recorder { - background: radial-gradient( - circle, - rgba(255, 255, 255, 1) 0%, - rgba(232, 191, 222, 1) 100%, - rgba(255, 255, 255, 1) 100% - ); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); display: flex; justify-content: center; align-items: center;