diff --git a/src/data/static/css/style.css b/src/data/static/css/style.css index 05bd4a4..44a4095 100644 --- a/src/data/static/css/style.css +++ b/src/data/static/css/style.css @@ -9,6 +9,7 @@ body { font-family: Arial, sans-serif; margin: 0; padding: 0; + background-image: url("/static/img/background.webp"); background: #2c2c2c; /* Dark background to match navbar */ color: #f8f9fa; /* Light text for readability */ display: flex; diff --git a/src/data/static/img/background.webp b/src/data/static/img/background.webp new file mode 100644 index 0000000..c3a424c Binary files /dev/null and b/src/data/static/img/background.webp differ diff --git a/src/data/templates/index.html b/src/data/templates/index.html index 1d04d43..31b2e73 100644 --- a/src/data/templates/index.html +++ b/src/data/templates/index.html @@ -51,7 +51,7 @@
- +