change background

This commit is contained in:
@CyberAndi 2024-01-29 23:11:49 +01:00 committed by GitHub
parent 50f308b5c9
commit 42b32c0163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ body {
Arial, sans-serif;
}
html {
body {
background-image: linear-gradient(0deg, transparent, transparent, rgba(47,121,160,1), rgba(47,121,160,1)) !important;
background-color: #03060b;
color: #f0f0f0;
@ -17,12 +17,6 @@ html {
background-repeat: no-repeat !important;
background-attachment: fixed !important;
height: 100vh !important;
overflow-y: clip !important;
}
body {
height: 100% !important;
overflow-y: auto;
}
#contents {