Update login.html

This commit is contained in:
Tara Rostami 2024-02-28 14:11:56 +03:30 committed by GitHub
parent 3fdf09d286
commit 75db7840ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@
z-index: 0; z-index: 0;
} }
.dark .under { .dark .under {
background-color: #0f2d32; background-color: var(--dark-color-login-wave);
} }
.dark #login { .dark #login {
background-color: var(--dark-color-surface-100); background-color: var(--dark-color-surface-100);
@ -199,7 +199,7 @@
z-index: -1; z-index: -1;
} }
.dark .waves-header { .dark .waves-header {
background-color: var(--dark-color-background); background-color: var(--dark-color-login-background);
} }
.waves-inner-header { .waves-inner-header {
height: 50vh; height: 50vh;
@ -219,7 +219,7 @@
animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
} }
.dark .parallax > use { .dark .parallax > use {
fill: #0f2d32; fill: var(--dark-color-login-wave);
} }
.parallax > use:nth-child(1) { .parallax > use:nth-child(1) {
animation-delay: -2s; animation-delay: -2s;