mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
Update login.html
This commit is contained in:
parent
4fef07bdaa
commit
0a3304e254
1 changed files with 4 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
background-color: #c7ebe2;
|
||||
}
|
||||
.dark .under {
|
||||
background-color: #0e232e;
|
||||
background-color: #0f2d32;
|
||||
}
|
||||
.dark #login {
|
||||
background-color: #151f31;
|
||||
|
@ -208,6 +208,9 @@
|
|||
.parallax > use {
|
||||
animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
|
||||
}
|
||||
.dark .parallax > use {
|
||||
fill: rgb(10 117 87 / 20%);
|
||||
}
|
||||
.parallax > use:nth-child(1) {
|
||||
animation-delay: -2s;
|
||||
animation-duration: 7s;
|
||||
|
|
Loading…
Reference in a new issue