We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf34afb commit c74b5faCopy full SHA for c74b5fa
frontend/src/pages/Auth/Splash/SplashPage.scss
@@ -9,6 +9,7 @@
9
justify-content: center;
10
position: relative;
11
overflow: hidden;
12
+ background-color: #101828; /* Dark background color as fallback */
13
}
14
15
&__background {
@@ -26,7 +27,7 @@
26
27
flex-direction: column;
28
align-items: center;
29
- z-index: 1;
30
+ z-index: 2; /* Increased z-index to appear above the overlay */
31
padding: 2rem;
32
animation: fade-in 1s ease-in;
33
0 commit comments