This commit is contained in:
2025-12-01 10:39:39 +00:00
parent 1bd444468b
commit 78f86ae431

View File

@@ -10,6 +10,9 @@ body {
margin: 0; margin: 0;
padding: 0; padding: 0;
background-image: url("/static/img/background.webp"); background-image: url("/static/img/background.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background: #2c2c2c; /* Dark background to match navbar */ background: #2c2c2c; /* Dark background to match navbar */
color: #f8f9fa; /* Light text for readability */ color: #f8f9fa; /* Light text for readability */
display: flex; display: flex;