feat: remove bg color

This commit is contained in:
karishmas6
2024-10-20 23:17:07 +05:30
parent 890d2b32c3
commit 84fcaf5603

View File

@@ -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;