Extension styling

This commit is contained in:
Jip Fr
2024-01-10 21:04:31 +01:00
parent 4a08151fd8
commit f11b33fef4
9 changed files with 205 additions and 9 deletions

4
src/components/Frame.css Normal file
View File

@@ -0,0 +1,4 @@
.frame {
background-color: #171720;
background-image: radial-gradient(271.48% 132.05% at 136.13% 65.62%, rgba(37, 26, 60, 0.50) 0%, rgba(28, 28, 44, 0.00) 100%), radial-gradient(671.15% 123.02% at 76.68% -34.38%, #2E2E5B 0%, rgba(23, 23, 32, 0.00) 100%);
}