Replace default space wallpaper with solid color background - Changed to rgb(25, 28, 34)

This commit is contained in:
Starstrike
2025-05-01 15:59:58 -04:00
parent 35c508dab0
commit b2c7cd49e9
4 changed files with 9 additions and 12 deletions

View File

@@ -61,10 +61,7 @@ const App: React.FC = () => {
<Box
sx={{
minHeight: '100vh',
backgroundImage: 'url(https://www.rydertech.us/backgrounds/space1.jpg)',
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundAttachment: 'fixed',
backgroundColor: 'rgb(25, 28, 34)',
}}
>
<Container maxWidth="lg" sx={{ py: 4 }}>