change Background

This commit is contained in:
@CyberAndi 2024-01-29 22:58:41 +01:00 committed by GitHub
parent 987306d6ef
commit 50f308b5c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ body {
html {
background-image: linear-gradient(0deg, transparent, transparent, rgba(47,121,160,1), rgba(47,121,160,1)) !important;
background-color: #03060b !important;
background-color: #03060b;
color: #f0f0f0;
background-size: cover !important;
background-repeat: no-repeat !important;
@ -21,7 +21,7 @@ html {
}
body {
height: 100vh !important;
height: 100% !important;
overflow-y: auto;
}