Update custom.css (#732)

* Update login.html

* Update custom.css
This commit is contained in:
Tara Rostami
2023-12-09 15:16:23 +03:30
committed by GitHub
parent 3cef5142d9
commit 1cf0d52433
2 changed files with 2 additions and 5 deletions

View File

@@ -751,7 +751,7 @@ style attribute {
.dark .ant-tag-purple {
background-color: #2c1e32;
border-color: #49394e;
color: #f2eaf1;
color: #cfb9cc;
}
.dark .ant-modal-content,

View File

@@ -70,7 +70,7 @@
left: 50%;
width: 6000px;
height: 6000px;
background: #000;
background-color: rgba(14, 73, 181, 0.08);
margin-left: -3000px;
transform-origin: 50% 48%;
border-radius: 46%;
@@ -85,9 +85,6 @@
animation: wave 80s infinite linear;
opacity: 0.1;
}
.wave {
background: #0e49b515;
}
.under {
background-color: #dce9f5;
}