Skip to content

Commit c74b5fa

Browse files
committed
Improve the splash screen
1 parent bf34afb commit c74b5fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/pages/Auth/Splash/SplashPage.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
justify-content: center;
1010
position: relative;
1111
overflow: hidden;
12+
background-color: #101828; /* Dark background color as fallback */
1213
}
1314

1415
&__background {
@@ -26,7 +27,7 @@
2627
flex-direction: column;
2728
align-items: center;
2829
justify-content: center;
29-
z-index: 1;
30+
z-index: 2; /* Increased z-index to appear above the overlay */
3031
padding: 2rem;
3132
animation: fade-in 1s ease-in;
3233
}

0 commit comments

Comments
 (0)