Update default.css

This commit is contained in:
@CyberAndi 2023-03-28 03:46:31 +02:00 committed by GitHub
parent af431b2e1f
commit b7d3dd5fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,7 +481,7 @@ body.dark-theme {
body.no-theme {
background-color: #03060b;
background-image: linear-gradient(0deg, transparent, transparent, transparent, rgba(47,121,160,1))
background-image: linear-gradient(0deg, transparent, transparent, transparent, rgba(47,121,160,1));
color: #f0f0f0;
}