From e48d3b0b176123024e750449e5089e86a8fe3f9b Mon Sep 17 00:00:00 2001 From: Namonay Date: Mon, 1 Dec 2025 11:09:37 +0000 Subject: [PATCH] add: bruh --- src/data/static/css/style.css | 5 +---- src/data/templates/base.html | 12 ++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/data/static/css/style.css b/src/data/static/css/style.css index 1484ae0..9746f84 100644 --- a/src/data/static/css/style.css +++ b/src/data/static/css/style.css @@ -9,10 +9,7 @@ body { font-family: Arial, sans-serif; margin: 0; padding: 0; - background-image: url("{{ url_for('static', filename='img/backgrounds/' ~ background) }}"); - background-size: cover; - background-repeat: no-repeat; - background-position: center; + background-color: #2c2c2c; color: #f8f9fa; /* Light text for readability */ display: flex; flex-direction: column; diff --git a/src/data/templates/base.html b/src/data/templates/base.html index ed619e2..2897a27 100644 --- a/src/data/templates/base.html +++ b/src/data/templates/base.html @@ -6,6 +6,18 @@ +